]> granicus.if.org Git - postgresql/commit
Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Sep 2002 15:45:50 +0000 (15:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Sep 2002 15:45:50 +0000 (15:45 +0000)
commit07c67187bf2ce76febd01f69b51d309d54246505
treeea6ac04d703e154d215bd64a3a73a096c05a88c2
parentba982373dc6d165b8ba5225bfc1fc758d0f496fe
Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
'make install'; there are enough of 'em that this slowed down the make
noticeably.  Ensure that 'all' is the default make target in all these
directories (defaulting to 'make install' is surprising and dangerous
IMHO).  Fix a couple small typos.
src/Makefile
src/Makefile.shlib
src/backend/Makefile
src/backend/utils/mb/Makefile
src/backend/utils/mb/conversion_procs/Makefile
src/backend/utils/mb/conversion_procs/proc.mk