From: "Fernando J. Pereda" <ferdy@gentoo.org>
To: git@vger.kernel.org
Subject: [PATCH] Makefile: Add '+' to QUIET_SUBDIR0 to fix parallel make.
Date: Wed, 4 Apr 2007 22:42:33 +0200 [thread overview]
Message-ID: <20070404204233.GA14252@ferdyx.org> (raw)
Signed-off-by: Fernando J. Pereda <ferdy@gentoo.org>
---
I don't know if this breaks non-gnu make, and don't have an easy way
to test it right now. So someone should do that before it is applied.
This is needed for GNU make to let sub-makes connect to the jobserver
when multiple jobs are specified (-j option to make). It was not
needed before 74f2b2a8d006a49e1be7e30731c2f7365d2741d1 because of how
GNU make works.
- ferdy
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index ad321b3..090ea98 100644
--- a/Makefile
+++ b/Makefile
@@ -657,7 +657,7 @@ ifndef V
QUIET_LINK = @echo ' ' LINK $@;
QUIET_BUILT_IN = @echo ' ' BUILTIN $@;
QUIET_GEN = @echo ' ' GEN $@;
- QUIET_SUBDIR0 = @subdir=
+ QUIET_SUBDIR0 = +@subdir=
QUIET_SUBDIR1 = ;$(NO_SUBDIR) echo ' ' SUBDIR $$subdir; \
$(MAKE) $(PRINT_DIR) -C $$subdir
export V
--
1.5.1
next reply other threads:[~2007-04-04 21:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-04 20:42 Fernando J. Pereda [this message]
2007-04-05 5:39 ` [PATCH] Makefile: Add '+' to QUIET_SUBDIR0 to fix parallel make Junio C Hamano
2007-04-05 6:19 ` Shawn O. Pearce
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070404204233.GA14252@ferdyx.org \
--to=ferdy@gentoo.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).