From: kenneth johansson <kenneth@southpole.se>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] make make quiet
Date: Wed, 31 Dec 2008 11:06:51 +0100 [thread overview]
Message-ID: <1230718011.19628.24.camel@duo> (raw)
In-Reply-To: <200812310446.19804.vapier@gentoo.org>
On Wed, 2008-12-31 at 04:46 -0500, Mike Frysinger wrote:
> i dont really like how the changes are integrated. it'll require constant
> maintenance to add these QUIET prefix vars. is there a reason we cant go the
> opposite direction and set CC/etc... directly ? or try unifying things with
> patterns ?
You really do not want CC AR and friends expand to anything else than
the program name. It will only lead to confusion. except the AR stuff
that has been copied all over the place there really is not that many
places that has been changed and as far as maintenance goes there is
none. People doing changes to makefiles simply cut & past from whats
already there so this "style" will propagate by itself.
>
> i.e. drop all of the $(AR) calls in board/*/Makefile and replace it with a
> toplevel pattern kind of like:
> %.a: %.o
> $(AR) $(ARFLAGS) $^ -o $@
> -mike
sure but that would be a separate changeset. I was trying to keep the
change as small as possible.
next prev parent reply other threads:[~2008-12-31 10:06 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-30 11:20 [U-Boot] [PATCH] make make quiet kenneth johansson
2008-12-30 22:14 ` Wolfgang Denk
2008-12-30 22:28 ` Scott Wood
2008-12-30 23:30 ` Wolfgang Denk
2008-12-31 9:23 ` kenneth johansson
2008-12-31 9:46 ` Mike Frysinger
2008-12-31 10:06 ` kenneth johansson [this message]
2008-12-31 11:15 ` Mike Frysinger
2008-12-31 12:04 ` kenneth johansson
2008-12-31 19:47 ` Wolfgang Denk
2009-01-05 19:53 ` Scott Wood
2009-01-05 21:13 ` Wolfgang Denk
2009-01-05 20:30 ` Remy Bohmer
2009-01-05 21:20 ` Wolfgang Denk
2009-01-06 20:16 ` Robert Schwebel
-- strict thread matches above, loose matches on Subject: below --
2008-12-30 8:25 kenneth johansson
2008-12-30 10:48 ` Wolfgang Denk
2008-12-30 11:07 ` kenneth johansson
2008-12-30 21:46 ` Wolfgang Denk
2008-12-31 9:11 ` Mike Frysinger
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=1230718011.19628.24.camel@duo \
--to=kenneth@southpole.se \
--cc=u-boot@lists.denx.de \
/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