git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba69b41)
Build src/ before contrib/ in make world
2011年8月24日 18:34:49 +0000 (21:34 +0300)
2011年8月24日 18:34:49 +0000 (21:34 +0300)
This fixes failures under parallel make when contrib modules use a
generated backend header file (such as errcodes.h).


diff --git a/GNUmakefile.in b/GNUmakefile.in
index 79b0da42a84543046477fc254e997213ba844aec..50fae4128aa32379936cb35d7393ee584cc35af1 100644 (file)
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -20,6 +20,9 @@ $(call recurse,world,doc src config contrib,all)
world:
+@echo "PostgreSQL, contrib, and documentation successfully made. Ready to install."
+# build src/ before contrib/
+world-contrib-recurse: world-src-recurse
+
html man:
$(MAKE) -C doc $@
@@ -33,6 +36,9 @@ $(call recurse,install-world,doc src config contrib,install)
install-world:
+@echo "PostgreSQL, contrib, and documentation installation complete."
+# build src/ before contrib/
+install-world-contrib-recurse: install-world-src-recurse
+
$(call recurse,installdirs uninstall coverage,doc src config)
$(call recurse,distprep,doc src config contrib)
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /