mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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.
This commit is contained in:
22
configure
vendored
22
configure
vendored
@ -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
|
||||
"}
|
||||
|
Reference in New Issue
Block a user