]> granicus.if.org Git - postgresql/commit
Make distprep and *clean build targets recurse into all subdirectories.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Jul 2011 17:55:02 +0000 (13:55 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Jul 2011 17:55:27 +0000 (13:55 -0400)
commitffd3f13fab9579c1460d7100a16809a3159e6504
treea0fc06aaae7c387af2decef7557afd6968e98304
parent6b23ba1093d298a41463a24f091c6f86be406449
Make distprep and *clean build targets recurse into all subdirectories.

Certain subdirectories do not get built if corresponding options are not
selected at configure time.  However, "make distprep" should visit such
directories anyway, so that constructing derived files to be included in
the tarball happens without requiring all configure options to be given
in the tarball build script.  Likewise, it's better if cleanup actions
unconditionally visit all directories (for example, this ensures proper
cleanup if someone has done a manual make in such a subdirectory).

To handle this, set up a convention that subdirectories that are
conditionally included in SUBDIRS should be added to ALWAYS_SUBDIRS
instead when they are excluded.

Back-patch to 9.1, so that plpython's spiexceptions.h will get provided
in 9.1 tarballs.  There don't appear to be any instances where distprep
actions got missed in previous releases, and anyway this fix requires
gmake 3.80 so we don't want to apply it before 9.1.
contrib/Makefile
src/Makefile.global.in
src/bin/Makefile
src/pl/Makefile
src/pl/plpython/Makefile