[Buildroot] [PATCH 2/2] apply-patches.sh: don't print anything when "make -s" is used

Peter Korsgaard jacmet at uclibc.org
Fri Oct 24 23:44:14 UTC 2014


>>>>> "Fabio" == Fabio Porcedda <fabio.porcedda at gmail.com> writes:

 > The make "-s" option is used to enable the "Silent operation" so if that
 > option is used don't print anything as far as there isn't any error.

 > Add the "-s" option to "apply-patches.sh" to enable silent operation.

 > Also add the "BR_SILENT" variable the contain "YES" when "make -s" is
 > used so others parts can use it to silence the build as well.

Your patch actually sets it to 'y', not "YES". We also already have the
QUIET variable basically doing the same stuff, so I've changed it to use
that instead.

I see that you filter out --%, which we currently aren't doing
for QUIET. Should we?

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list