CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/09/04 11:45:50
Modified files:
src/backend/utils/mb/conversion_procs: Makefile proc.mk
src/backend/utils/mb: Makefile
src/backend : Makefile
src : Makefile Makefile.shlib
Log message:
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.