CVS log for pgsql/GNUmakefile.in

[BACK] Up to [PostgreSQL CVS Repository] / pgsql

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Mar 30 00:10:46 2010 UTC (15 years, 9 months ago) by petere
Branches: MAIN
CVS tags: REL9_1_ALPHA1, REL9_0_STABLE, REL9_0_RC1, REL9_0_BETA4, REL9_0_BETA3, REL9_0_BETA2, REL9_0_BETA1, REL9_0_ALPHA5_BRANCH, REL9_0_ALPHA5, REL9_0_0, HEAD
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +11 -8 lines
Separate targets "make docs" and "make install-docs" for the documentation

It is no longer installed by default, but included in "make world"/"make
install-world".  Documentation updated accordingly.

Also, fix vpathsearch function to work when calling make install-docs
without previous make docs.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Jan 29 01:06:18 2010 UTC (15 years, 10 months ago) by adunstan
Branches: MAIN
CVS tags: REL9_0_ALPHA4_BRANCH, REL9_0_ALPHA4
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Fix thinko in new installcheck-world target

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Jan 28 23:59:52 2010 UTC (15 years, 10 months ago) by adunstan
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +21 -1 lines
Add new make targets "world", "install-world" and "installcheck-world" to build, install and check just about everything.
In addition to everything built installed and tested by all, install and installcheck targets, these build HTML Docs,
build and test contrib, and test PLs and ECPG.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Nov 3 21:28:10 2009 UTC (16 years, 1 month ago) by petere
Branches: MAIN
CVS tags: REL8_5_ALPHA3_BRANCH, REL8_5_ALPHA3
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +6 -4 lines
Build bzip2 tarball in dist target as well

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Oct 29 21:57:17 2009 UTC (16 years, 1 month ago) by petere
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -24 lines
Remove some leftovers of split tarball support

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Aug 14 21:37:18 2009 UTC (16 years, 4 months ago) by alvherre
Branches: MAIN
CVS tags: REL8_5_ALPHA2_BRANCH, REL8_5_ALPHA2, REL8_5_ALPHA1_BRANCH, REL8_5_ALPHA1
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -1 lines
Be able to easily figure out the target directory of "make dist".

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Aug 9 22:47:58 2009 UTC (16 years, 4 months ago) by petere
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -1 lines
Ship documentation without intermediate tarballs

Documentation files in HTML and man formats are now prepared for
distribution using the distprep make target, like everything else.  They
are placed in doc/src/sgml/html and manX and installed from there by
make install, if present.  The business with the tarballs in the tarball
is gone.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Aug 7 20:50:21 2009 UTC (16 years, 4 months ago) by petere
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -21 lines
Expand test coverage support to entire tree

Test coverage support now covers the entire source tree, including
contrib, instead of just src/backend.  In a related but independent
development, the commands make coverage and make coverage-html can be run
in any directory.

This turned out to be much easier than feared.  Besides a few ad hoc fixes
to pass the make target down the tree, change all affected makefiles to
list their directories in the SUBDIRS variable, changed from variants like
DIRS and WANTED_DIRS.  MSVC build fix was attempted as well.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Jan 15 01:53:49 2009 UTC (16 years, 11 months ago) by momjian
Branches: MAIN
CVS tags: REL8_4_STABLE, REL8_4_RC2, REL8_4_RC1, REL8_4_BETA2, REL8_4_BETA1, REL8_4_4, REL8_4_3, REL8_4_2, REL8_4_1, REL8_4_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Modify distdir rule to skip .git directory.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Dec 4 07:02:56 2008 UTC (17 years ago) by petere
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Call genhtml with --prefix option so local build paths don't appear in the
coverage output.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Sep 5 12:11:17 2008 UTC (17 years, 3 months ago) by petere
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +20 -1 lines
Code coverage testing with gcov.  Documentation is in the regression test
chapter.

Author: Michelle Caisse <[email protected]>

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Mar 18 16:24:50 2008 UTC (17 years, 9 months ago) by petere
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +10 -10 lines
Catch all errors in for and while loops in makefiles.  Don't ignore any
errors in any commands, including in various clean targets that have so far
been handled inconsistently.  make -i is available to ignore all errors in
a consistent and official way.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Feb 9 15:55:57 2007 UTC (18 years, 10 months ago) by petere
Branches: MAIN
CVS tags: REL8_3_STABLE, REL8_3_RC2, REL8_3_RC1, REL8_3_BETA4, REL8_3_BETA3, REL8_3_BETA2, REL8_3_BETA1, REL8_3_9, REL8_3_8, REL8_3_7, REL8_3_6, REL8_3_5, REL8_3_4, REL8_3_3, REL8_3_2, REL8_3_11, REL8_3_10, REL8_3_1, REL8_3_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -6 lines
Replace useless uses of := by = in makefiles.

Revision 1.41.4.1: download - view: text, markup, annotated - select for diffs
Fri Aug 18 19:59:05 2006 UTC (19 years, 4 months ago) by adunstan
Branches: REL8_0_STABLE
CVS tags: REL8_0_9, REL8_0_25, REL8_0_24, REL8_0_23, REL8_0_22, REL8_0_21, REL8_0_20, REL8_0_19, REL8_0_18, REL8_0_17, REL8_0_16, REL8_0_15, REL8_0_14, REL8_0_13, REL8_0_12, REL8_0_11, REL8_0_10
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +2 -2 lines
Add installcheck-parallel target to top level makefiles.

Revision 1.42.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 18 19:58:34 2006 UTC (19 years, 4 months ago) by adunstan
Branches: REL8_1_STABLE
CVS tags: REL8_1_9, REL8_1_8, REL8_1_7, REL8_1_6, REL8_1_5, REL8_1_21, REL8_1_20, REL8_1_19, REL8_1_18, REL8_1_17, REL8_1_16, REL8_1_15, REL8_1_14, REL8_1_13, REL8_1_12, REL8_1_11, REL8_1_10
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +2 -2 lines
Add installcheck-parallel target to top level makefiles.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Aug 18 19:58:05 2006 UTC (19 years, 4 months ago) by adunstan
Branches: MAIN
CVS tags: REL8_2_STABLE, REL8_2_RC1, REL8_2_BETA3, REL8_2_BETA2, REL8_2_BETA1, REL8_2_9, REL8_2_8, REL8_2_7, REL8_2_6, REL8_2_5, REL8_2_4, REL8_2_3, REL8_2_2, REL8_2_17, REL8_2_16, REL8_2_15, REL8_2_14, REL8_2_13, REL8_2_12, REL8_2_11, REL8_2_10, REL8_2_1, REL8_2_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Add installcheck-parallel target to top level makefiles.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Apr 6 18:54:36 2006 UTC (19 years, 8 months ago) by petere
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -1 lines
Build src/test/regress/README during tarball making like the other
generated text files.  Fix build of that file, too.

Put the text files in the right place during make dist, so there are no
extra manual steps required anymore.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Apr 3 18:47:41 2006 UTC (19 years, 8 months ago) by petere
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +8 -2 lines
Put flex'ed and bison'ed files in contrib in the distribution tarball, as
is done for the analogous files in the main distribution.

Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 16 03:33:39 2005 UTC (20 years, 4 months ago) by tgl
Branches: REL7_2_STABLE
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +2 -2 lines
Remove registration message in all the supported back branches;
we had decided to drop it for 7.4, and no one misses it.

Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 16 03:32:33 2005 UTC (20 years, 4 months ago) by tgl
Branches: REL7_3_STABLE
CVS tags: REL7_3_21, REL7_3_20, REL7_3_19, REL7_3_18, REL7_3_17, REL7_3_16, REL7_3_15, REL7_3_14, REL7_3_13, REL7_3_12, REL7_3_11
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +2 -2 lines
Remove registration message in all the supported back branches;
we had decided to drop it for 7.4, and no one misses it.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun May 1 06:15:51 2005 UTC (20 years, 7 months ago) by neilc
Branches: MAIN
CVS tags: REL8_1_4, REL8_1_3, REL8_1_2, REL8_1_1, REL8_1_0RC1, REL8_1_0BETA4, REL8_1_0BETA3, REL8_1_0BETA2, REL8_1_0BETA1, REL8_1_0
Branch point for: REL8_1_STABLE
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Remove the contents of the src/corba subdirectory: this has been dead code
for a long time.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Oct 6 08:49:58 2004 UTC (21 years, 2 months ago) by momjian
Branches: MAIN
CVS tags: REL8_0_8, REL8_0_7, REL8_0_6, REL8_0_5, REL8_0_4, REL8_0_3, REL8_0_2, REL8_0_1, REL8_0_0RC5, REL8_0_0RC4, REL8_0_0RC3, REL8_0_0RC2, REL8_0_0RC1, REL8_0_0BETA5, REL8_0_0BETA4, REL8_0_0
Branch point for: REL8_0_STABLE
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -7 lines
please find attached an alternate submission which addresses open item
"make pgxs install by default". It is up to the committers to chose.

(1) there is only one "install" target. no more "install-all-headers".
    it simplifies/changes several makefiles.

(2) the documentation reflects the change.

(3) a minor fix on pgxs to use a nicer patch without a double slash.

Fabien Coelho

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jul 30 12:26:39 2004 UTC (21 years, 5 months ago) by petere
Branches: MAIN
CVS tags: REL8_0_0BETA3, REL8_0_0BETA2, REL8_0_0BETA1
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -1 lines
PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with
some massaging by Peter Eisentraut.  This is basically a simple
generalization of the existing contrib makefiles.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Jun 13 21:51:36 2004 UTC (21 years, 6 months ago) by petere
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
Remove README.CVS when making a distribution.

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 13 21:50:04 2004 UTC (21 years, 6 months ago) by petere
Branches: REL7_4_STABLE
CVS tags: REL7_4_9, REL7_4_8, REL7_4_7, REL7_4_6, REL7_4_5, REL7_4_4, REL7_4_3, REL7_4_29, REL7_4_28, REL7_4_27, REL7_4_26, REL7_4_25, REL7_4_24, REL7_4_23, REL7_4_22, REL7_4_21, REL7_4_20, REL7_4_19, REL7_4_18, REL7_4_17, REL7_4_16, REL7_4_15, REL7_4_14, REL7_4_13, REL7_4_12, REL7_4_11, REL7_4_10
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +2 -1 lines
Remove README.CVS when making a distribution.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Apr 20 00:33:44 2004 UTC (21 years, 8 months ago) by pgsql
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -3 lines

Remove all of the libpgtcl and pgtclsh files, including all references to
them within the various makefiles

with_tcl is still required for the src/pl/tcl language

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jan 19 21:20:04 2004 UTC (21 years, 11 months ago) by tgl
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Remove JDBC from the build system and documentation, too.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Nov 28 20:32:09 2003 UTC (22 years, 1 month ago) by pgsql
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines

testing $PostgreSQL$ tag

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Oct 13 21:39:41 2003 UTC (22 years, 2 months ago) by petere
Branches: MAIN
CVS tags: REL7_4_RC2, REL7_4_RC1, REL7_4_BETA5, REL7_4_2, REL7_4_1, REL7_4
Branch point for: REL7_4_STABLE
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Remove registration message, after discussion concluded that it was of
little use.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Aug 5 04:55:58 2003 UTC (22 years, 4 months ago) by pgsql
Branches: MAIN
CVS tags: WIN32_DEV, REL7_4_BETA4, REL7_4_BETA3, REL7_4_BETA2, REL7_4_BETA1
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines

can't mix and match .gz and .bz2 in here ... won't build

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Aug 5 04:40:29 2003 UTC (22 years, 4 months ago) by pgsql
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines

seeing if building bz2 distributions actually works ...

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Aug 5 04:18:51 2003 UTC (22 years, 4 months ago) by pgsql
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines

remove src/data from target list

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Aug 1 04:28:13 2003 UTC (22 years, 4 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines

python needs to be removed from here

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Oct 21 00:12:45 2002 UTC (23 years, 2 months ago) by momjian
Branches: MAIN
CVS tags: REL7_3_9, REL7_3_8, REL7_3_7, REL7_3_6, REL7_3_5, REL7_3_4, REL7_3_2, REL7_3_10
Branch point for: REL7_3_STABLE
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
First step to removing /contrib/retep, with Peter Mount's approval.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Sep 6 21:57:11 2002 UTC (23 years, 3 months ago) by petere
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
Adjust the tarball splitting scheme to the new reality.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Sep 5 02:05:30 2002 UTC (23 years, 3 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines

remove pgaccess from GNUmakefile.in if we want the beta to build :)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Aug 30 13:06:12 2002 UTC (23 years, 4 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines

perl5 interface moved to gborg

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Aug 22 22:43:08 2002 UTC (23 years, 4 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines

Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
project ...

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Aug 22 00:15:04 2002 UTC (23 years, 4 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines

Okay, libpq++ is moved to GBorg, and all traces of it have been removed
from the core repository ... I haven't *moved* the libpq++ files out of the
tree, mainly as we want to keep them in place for past branches ...

Peter, I think I've covered all the files I need, and re-ran autoconf to make
sure the configure file is in place properly ...

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 29 17:32:48 2002 UTC (23 years, 9 months ago) by petere
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -2 lines
Upgrade to Autoconf version 2.53.  Replaced many custom macro
calls with new or now-built-in versions.  Make sure that all
calls to AC_DEFINE have a third argument, for possible use of
autoheader in the future.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Nov 21 23:19:25 2001 UTC (24 years, 1 month ago) by momjian
Branches: MAIN
CVS tags: REL7_2_RC2, REL7_2_RC1, REL7_2_BETA5, REL7_2_BETA4, REL7_2_8, REL7_2_7, REL7_2_6, REL7_2_5, REL7_2_4, REL7_2_3, REL7_2
Branch point for: REL7_2_STABLE
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
/doc/src -> /doc for Peter.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Nov 21 21:16:58 2001 UTC (24 years, 1 month ago) by momjian
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Remove mention of internals.ps.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Nov 21 15:08:32 2001 UTC (24 years, 1 month ago) by momjian
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Point to doc/src/postgres.tar.gz, which is where the tarball will be
built, not /doc.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Nov 21 05:41:15 2001 UTC (24 years, 1 month ago) by momjian
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Fix beta build, for Marc.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Sep 17 23:00:27 2001 UTC (24 years, 3 months ago) by petere
Branches: MAIN
CVS tags: REL7_2_BETA3, REL7_2_BETA2, REL7_2_BETA1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -11 lines
Unify the zip rules and variables.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Apr 8 17:28:10 2001 UTC (24 years, 8 months ago) by petere
Branches: MAIN
CVS tags: REL7_1_STABLE, REL7_1_2, REL7_1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +18 -9 lines
Rearrange distribution split as discussed on -hackers.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Feb 10 02:31:25 2001 UTC (24 years, 10 months ago) by tgl
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -1 lines
Restructure the key include files per recent pghackers discussion: there
are now separate files "postgres.h" and "postgres_fe.h", which are meant
to be the primary include files for backend .c files and frontend .c files
respectively.  By default, only include files meant for frontend use are
installed into the installation include directory.  There is a new make
target 'make install-all-headers' that adds the whole content of the
src/include tree to the installed fileset, for use by people who want to
develop server-side code without keeping the complete source tree on hand.
Cleaned up a whole lot of crufty and inconsistent header inclusions.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jan 6 21:24:01 2001 UTC (24 years, 11 months ago) by petere
Branches: MAIN
CVS tags: REL7_1_BETA3, REL7_1_BETA2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Use more portable syntax for 'find'.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Dec 4 00:34:40 2000 UTC (25 years ago) by tgl
Branches: MAIN
CVS tags: REL7_1_BETA
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +11 -3 lines
Seems like make clean or make distclean should clean out contrib
directories too, not only src and doc.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Oct 2 22:21:21 2000 UTC (25 years, 2 months ago) by petere
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -2 lines
"installcheck" doesn't need to depend on "all" since we depend on the user
to start up a postmaster anyway.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 29 17:17:31 2000 UTC (25 years, 3 months ago) by petere
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
New unified regression test driver, test/regress makefile cleanup,
add "check" and "installcheck" targets, straighten out make variable naming
of host_os, host_cpu, etc.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Sep 21 20:17:41 2000 UTC (25 years, 3 months ago) by petere
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -20 lines
Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something
that's actually useful, robust, consistent.

Better plan to generate aclocal.m4 as well: use m4 include directives,
rather than cat.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 31 16:08:58 2000 UTC (25 years, 3 months ago) by petere
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Fix relative path references so that make knowns which dependencies refer
to one another. Sort out builddir vs srcdir variable namings. Remove some
now obsoleted make variables.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 20 15:55:15 2000 UTC (25 years, 4 months ago) by petere
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +15 -11 lines
coupla minor fixes in the `make dist' support code

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 19 16:29:41 2000 UTC (25 years, 5 months ago) by petere
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +72 -2 lines
Add distprep target to take some of the job of the release_prep script.
The latter updated accordingly. Also add `dist' and `distcheck' targets
to play with, but caveat packager.

Updated backend/bootstrap and backend/parser makefile to make them
marginally builddir aware and fix the usual set of things.

Add rule to automatically remake config.h dependent on config.h.in and
config.status. (Adopted from Autoconf manual and about every other
package.) On a good day we should now have a complete and accurate set
of dependencies throughout everything.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 17 22:31:56 2000 UTC (25 years, 5 months ago) by petere
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -5 lines
End users shouldn't have to invoke a separate command to install the
documentation. Therefore it's now installed by default. If there is no
documentation to be found (i.e., you are not using the distribution)
then this step is skipped.

Add --docdir option to configure to control installation directory.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jul 16 14:50:28 2000 UTC (25 years, 5 months ago) by petere
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -4 lines
Automatic dependency tracking

The .DEFAULT rule in backend/Makefile is harmful -- removed.
Replace `::' rules by `:'.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jun 28 18:29:11 2000 UTC (25 years, 6 months ago) by petere
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -11 lines
Makefile cleanup for interface tree. Now essentially with all the
standard targets and behaviour. Replaced Makefile.in's with
Makefile's and declared the respective variables in Makefile.global.

maintainer-clean target now available at top level, although it does
not work in the backend tree yet.

Cleanup pass over Makefile.shlib, renamed some targets and variables.
The shared library symlink tests are now done by make, not the shell.

ecpg: Remove one warning in sloppy flex output.

PL/Perl and Perl interface: the MakeMaker documentation is confusing,
the realclean target *does* "delete derived files", but it also
uninstalls them. Don't use that.

The submake targets in the various bin directories that update libpq
should `make all', not `make libpq.a'. That is a) unportable, and
b) doesn't build the shared library.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jun 14 18:17:24 2000 UTC (25 years, 6 months ago) by petere
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +20 -19 lines
Big warnings cleanup for Solaris/GCC. Down to about 40 now, but
we'll get there one day.

Use `cat' to create aclocal.m4, not `aclocal'. Some people don't
have automake installed.

Only run the autoconf rule in the top-level GNUmakefile if the
invoker specified `make configure', don't run it automatically
because of CVS timestamp skew.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jun 11 18:43:52 2000 UTC (25 years, 6 months ago) by tgl
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -7 lines
Remove overenthusiastic use of dependencies to control autoconf.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 10 18:01:34 2000 UTC (25 years, 6 months ago) by petere
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +18 -2 lines
Moved the intricacies of the perl interface build into its own makefile
that now functions as a wrapper around the MakeMaker stuff. It might
even behave sensically when we have separate build dirs. Same for plperl,
which of course still doesn't work very well. Made sure that plperl
respects the choice of --libdir.

Added --with-python to automatically build and install the Python interface.
Works similarly to the Perl5 stuff.

Moved the burden of the distclean targets lower down into the source tree.
Eventually, each make file should have its own.

Added automatic remaking of makefiles and configure. Currently only for the
top-level because of a bug(?) in Autoconf. Use GNU `missing' to work around
missing autoconf and aclocal. Start factoring out macros into their own
config/*.m4 files to increase readability and organization.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 7 23:09:18 2000 UTC (25 years, 6 months ago) by petere
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
Ouch, that should be `$(MAKE) -C', not `make -C' ...

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 6 22:00:45 2000 UTC (25 years, 6 months ago) by petere
Branches: MAIN
Moved configure script from src/ to the top level directory. Moved
configuration helper things into config/ dir. Adjusted some relative paths
in makefiles.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

PostgreSQL CVSweb <[email protected]>