| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Fix dependency tracking for src/port/%_srv.o files |
| Date: | 2012-05-08 17:11:51 |
| Message-ID: | E1SRnx1-00041g-MW@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix dependency tracking for src/port/%_srv.o files
Because they use their own compilation rule, they don't use the
dependency tracking logic from Makefile.global. To make sure that
dependency tracking works anyway for the *_srv.o files, depend on
their *.o siblings as well, which do have proper dependencies. It's a
hack that might fail someday if there is a *_srv.o without a
corresponding *.o, but it works for now (and those would probably go
into src/backend/port/ anyway).
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/3420b241a7dbad8e5fe62395054bf8596f33d143
Modified Files
--------------
src/port/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2012-05-08 17:46:39 | pgsql: Update config.guess and config.sub |
| Previous Message | Peter Eisentraut | 2012-05-08 16:36:07 | pgsql: Fix misleading comments |