diff options
| author | Peter Eisentraut | 2000-06-28 18:30:16 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-06-28 18:30:16 +0000 |
| commit | 44f64dd3eac840866d884269c8011b22d416bf3c (patch) | |
| tree | d4be0830d9d93fc2d66fc0281743f2e7a9cd46f5 /configure | |
| parent | 5ac1eac2a6355b090d074489f4f11b5b844c3274 (diff) | |
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.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/configure b/configure index 27956da326c..3b2eaea499c 100755 --- a/configure +++ b/configure @@ -2363,7 +2363,7 @@ INSTALL_SHLIB="\${INSTALL} $INSTL_SHLIB_OPTS" -for ac_prog in mawk gawk nawk awk +for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -8883,16 +8883,6 @@ trap 'rm -fr `echo "GNUmakefile src/bin/pgtclsh/mkMakefile.tcldefs.sh src/bin/pgtclsh/mkMakefile.tkdefs.sh src/include/version.h - src/interfaces/Makefile - src/interfaces/libpq/Makefile - src/interfaces/ecpg/lib/Makefile - src/interfaces/ecpg/preproc/Makefile - src/interfaces/perl5/GNUmakefile - src/interfaces/libpq++/Makefile - src/interfaces/libpgeasy/Makefile - src/interfaces/libpgtcl/Makefile - src/interfaces/odbc/GNUmakefile - src/interfaces/python/GNUmakefile src/pl/tcl/mkMakefile.tcldefs.sh src/test/regress/GNUmakefile src/include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 @@ -9067,16 +9057,6 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile src/bin/pgtclsh/mkMakefile.tcldefs.sh src/bin/pgtclsh/mkMakefile.tkdefs.sh src/include/version.h - src/interfaces/Makefile - src/interfaces/libpq/Makefile - src/interfaces/ecpg/lib/Makefile - src/interfaces/ecpg/preproc/Makefile - src/interfaces/perl5/GNUmakefile - src/interfaces/libpq++/Makefile - src/interfaces/libpgeasy/Makefile - src/interfaces/libpgtcl/Makefile - src/interfaces/odbc/GNUmakefile - src/interfaces/python/GNUmakefile src/pl/tcl/mkMakefile.tcldefs.sh src/test/regress/GNUmakefile "} |
