apply-patches.sh: don't print anything when "make -s" is used
authorFabio Porcedda <fabio.porcedda@gmail.com>
Wed, 22 Oct 2014 16:20:11 +0000 (18:20 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 24 Oct 2014 23:42:01 +0000 (01:42 +0200)
commit9a4e217b73bbf8fe0619f03c66f7301c4126b6a7
treeb730596e9f5811d5342f16391ce8b7b373b3cb83
parent1586ce3a3d427419bb83e6065f3536bfc36cdb13
apply-patches.sh: don't print anything when "make -s" is used

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.

[Peter: use the existing QUIET variable]
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Makefile.in
support/scripts/apply-patches.sh