]> granicus.if.org Git - postgresql/commit
Backend makefile cleanup. make maintainer-clean is now completely
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Jul 2000 21:33:45 +0000 (21:33 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Jul 2000 21:33:45 +0000 (21:33 +0000)
commitf0b4ae697fcbaf5844e83f4cec43c33480d6f814
tree777a48071daf041e6bdb13375c9c98f0a4a98845
parentb027ad9a7a95fb14b62b73b507d1a8c7d6f5e940
Backend makefile cleanup. make maintainer-clean is now completely
functional.

Handle include file installation in src/include/Makefile

genbki.sh improvements: Don't substitute anything by config.status,
instead pass in AWK and CPP through environment. Change calling
convention to support named output files, so we get to see error
messages on stderr.

Rename bootstrap template files and install them into PREFIX/share.
Update initdb to that effect and other readability improvements
in initdb.
13 files changed:
configure
configure.in
src/GNUmakefile.in
src/backend/Makefile
src/backend/catalog/Makefile
src/backend/catalog/genbki.sh [moved from src/backend/catalog/genbki.sh.in with 71% similarity]
src/backend/port/hpux/fixade.h [deleted file]
src/backend/utils/Gen_fmgrtab.sh
src/bin/initdb/Makefile
src/bin/initdb/initdb.sh
src/include/Makefile [new file with mode: 0644]
src/include/c.h
src/test/regress/run_check.sh