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)
commit203c7f9e3192525a951ad3aa2361630295d28bb7
tree430fe701de964179f0985fda2f9a4bad9a52b378
parent094593ee5564bdbb16f84b50fe359e928bc91dd9
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