pgsql: Fix parallel make when running make install before make all - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix parallel make when running make install before make all
Date
Msg-id E1Px4qD-0001Xw-46@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix parallel make when running make install before make all

In addition to the

all-foo-recurse: all-bar-recurse

dependencies that constraint the order of the rule execution, we need

install-foo-recurse: install-bar-recurse

dependencies in case one runs make install without a make all first,
as some people apparently do.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4502c8e1c06164adb7be526096e91e04d1844d36

Modified Files
--------------
src/interfaces/Makefile      |    1 +
src/interfaces/ecpg/Makefile |    2 ++
2 files changed, 3 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add missing keywords to gram.y's unreserved_keywords list.
Next
From: Tom Lane
Date:
Subject: pgsql: Assorted editing for collation documentation.