pgsql-server/src backend/utils/mb/conversion_p ...

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/utils/mb/conversion_p ...
Date: 2002-09-04 15:45:50
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

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.