From: Andreas Schwab <schwab@linux-m68k.org>
To: David Ahern <dsa@cumulusnetworks.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2] Make builds default to quiet mode
Date: Tue, 24 May 2016 19:35:12 +0200 [thread overview]
Message-ID: <87mvnfs6jz.fsf@linux-m68k.org> (raw)
In-Reply-To: <1464110858-30718-1-git-send-email-dsa@cumulusnetworks.com> (David Ahern's message of "Tue, 24 May 2016 10:27:38 -0700")
David Ahern <dsa@cumulusnetworks.com> writes:
> @@ -50,7 +54,7 @@ LDLIBS += $(LIBNETLINK)
> all: Config
> @set -e; \
> for i in $(SUBDIRS); \
> - do $(MAKE) $(MFLAGS) -C $$i; done
> + do echo "\n$$i"; $(MAKE) $(MFLAGS) -C $$i; done
echo "\n" is not portable.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
prev parent reply other threads:[~2016-05-24 17:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-24 17:27 [PATCH iproute2] Make builds default to quiet mode David Ahern
2016-05-24 17:35 ` Andreas Schwab [this message]
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=87mvnfs6jz.fsf@linux-m68k.org \
--to=schwab@linux-m68k.org \
--cc=dsa@cumulusnetworks.com \
--cc=netdev@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).