OSDN Git Service

Add distprep target to take some of the job of the release_prep script.
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 19 Jul 2000 16:30:27 +0000 (16:30 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 19 Jul 2000 16:30:27 +0000 (16:30 +0000)
commit32163099d7c43a0244f463eb4e525c711e6e97a3
treee7a940778fa8adb459b0c35912a0990a214d0759
parent79e6648649ad4bf6ef7112e9d97e35270397fb01
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.
18 files changed:
GNUmakefile.in
configure
configure.in
src/GNUmakefile.in
src/Makefile.global.in
src/backend/Makefile
src/backend/bootstrap/Makefile
src/backend/parser/Makefile
src/bin/Makefile
src/bin/psql/Makefile
src/include/Makefile
src/interfaces/Makefile
src/interfaces/ecpg/Makefile
src/interfaces/ecpg/preproc/Makefile
src/pl/Makefile
src/pl/plpgsql/Makefile
src/pl/plpgsql/src/Makefile
src/tools/release_prep