Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/3] apply-patches.sh: be quiet when "make -s" is used
@ 2014-07-25 16:38 Fabio Porcedda
  2014-07-25 16:38 ` [Buildroot] [PATCH v2 1/3] package/Makefile.in: fix coding style regarding the '=' sign Fabio Porcedda
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Fabio Porcedda @ 2014-07-25 16:38 UTC (permalink / raw)
  To: buildroot

To reduce further the noise when "make -s" is used silence the
"apply-patches.sh" script.

v2:
 - move the second patch as first to easy up merging
 - split the first patch in two (Yann)
 - add BR_SILENT variable (Yann)

Fabio Porcedda (3):
  package/Makefile.in: fix coding style regarding the '=' sign
  apply-patches.sh: Use the "APPLY_PATCHES" variable to call the script
  apply-patches.sh: don't print anything when "make -s" is used

 Makefile                              |   2 +
 boot/at91bootstrap/at91bootstrap.mk   |   2 +-
 boot/at91bootstrap3/at91bootstrap3.mk |   2 +-
 boot/barebox/barebox.mk               |   2 +-
 boot/uboot/uboot.mk                   |   2 +-
 linux/linux-ext-rtai.mk               |   4 +-
 linux/linux.mk                        |   6 +-
 package/Makefile.in                   | 150 +++++++++++++++++-----------------
 package/cvs/cvs.mk                    |   2 +-
 package/gcc/gcc.mk                    |   4 +-
 package/input-tools/input-tools.mk    |   2 +-
 package/mii-diag/mii-diag.mk          |   2 +-
 package/pkg-autotools.mk              |  12 +--
 package/pkg-generic.mk                |   6 +-
 package/setserial/setserial.mk        |   2 +-
 package/sysklogd/sysklogd.mk          |   2 +-
 package/sysvinit/sysvinit.mk          |   2 +-
 package/thttpd/thttpd.mk              |   2 +-
 support/scripts/apply-patches.sh      |  17 +++-
 19 files changed, 119 insertions(+), 104 deletions(-)

-- 
2.0.2

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-07-31 17:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 16:38 [Buildroot] [PATCH v2 0/3] apply-patches.sh: be quiet when "make -s" is used Fabio Porcedda
2014-07-25 16:38 ` [Buildroot] [PATCH v2 1/3] package/Makefile.in: fix coding style regarding the '=' sign Fabio Porcedda
2014-07-26  7:07   ` Thomas Petazzoni
2014-07-25 16:38 ` [Buildroot] [PATCH v2 2/3] apply-patches.sh: Use the "APPLY_PATCHES" variable to call the script Fabio Porcedda
2014-07-25 17:40   ` Yann E. MORIN
2014-07-28  9:38     ` Fabio Porcedda
2014-07-25 16:38 ` [Buildroot] [PATCH v2 3/3] apply-patches.sh: don't print anything when "make -s" is used Fabio Porcedda
2014-07-25 17:45   ` Yann E. MORIN
2014-07-26  5:31     ` Thomas De Schampheleire
2014-07-30 16:07       ` Fabio Porcedda
2014-07-31 17:12 ` [Buildroot] [PATCH v2 0/3] apply-patches.sh: be quiet " Fabio Porcedda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox