]> granicus.if.org Git - postgresql/commit
We don't need to rebuild objfiles.txt every time an object file changes.
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 26 Feb 2008 07:20:38 +0000 (07:20 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 26 Feb 2008 07:20:38 +0000 (07:20 +0000)
commit3690019da8b6993c4a13298851fa4bca1ef17edc
treeb32529724abbe81978516f711690c0fea7d62d2b
parenta1d5d8574751d62a039d8ceb44329ee7c637196a
We don't need to rebuild objfiles.txt every time an object file changes.
So only rebuild when a makefile changes (which presumably defines the
file list somewhere), and only touch the file if an object changed. The
touch is necessary so the parent make knows something changed and
ultimately rebuilds postgres.
src/backend/common.mk