[Buildroot] [PATCH v2 0/3] apply-patches.sh: be quiet when "make -s" is used

Fabio Porcedda fabio.porcedda at gmail.com
Fri Jul 25 16:38:36 UTC 2014


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



More information about the buildroot mailing list