diff options
Diffstat (limited to 'net-fs/nfs4-acl-tools/files/nfs4-acl-tools-0.3.5-jobserver-unavailable.patch')
-rw-r--r-- | net-fs/nfs4-acl-tools/files/nfs4-acl-tools-0.3.5-jobserver-unavailable.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-fs/nfs4-acl-tools/files/nfs4-acl-tools-0.3.5-jobserver-unavailable.patch b/net-fs/nfs4-acl-tools/files/nfs4-acl-tools-0.3.5-jobserver-unavailable.patch new file mode 100644 index 000000000000..746d585d6cad --- /dev/null +++ b/net-fs/nfs4-acl-tools/files/nfs4-acl-tools-0.3.5-jobserver-unavailable.patch @@ -0,0 +1,24 @@ +Fix + +* gmake[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. + +--- a/include/buildmacros ++++ b/include/buildmacros +@@ -152,7 +152,7 @@ INSTALL_LINGUAS = \ + endif + + SUBDIRS_MAKERULE = \ +- @for d in $(SUBDIRS) ""; do \ ++ @+for d in $(SUBDIRS) ""; do \ + if test -d "$$d" -a ! -z "$$d"; then \ + $(ECHO) === $$d ===; \ + $(MAKEF) -C $$d $@ || exit $$?; \ +@@ -170,7 +170,7 @@ DIST_MAKERULE = \ + $(MAKEF) -C build dist + + SOURCE_MAKERULE = \ +- @test -z "$$DIR" && DIR="."; \ ++ @+test -z "$$DIR" && DIR="."; \ + for f in $(SRCFILES) ""; do \ + if test ! -z "$$f"; then $(ECHO) $$DIR/$$f; fi;\ + done; \ |