All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/scons: reduce output when being silent
@ 2015-06-04  4:10 Fabio Porcedda
  2015-06-04 13:33 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Porcedda @ 2015-06-04  4:10 UTC (permalink / raw)
  To: buildroot

Use the "-s" option to reduce scons output when it is a silent build.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 package/scons/scons.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/scons/scons.mk b/package/scons/scons.mk
index e418530..39fb258 100644
--- a/package/scons/scons.mk
+++ b/package/scons/scons.mk
@@ -18,4 +18,4 @@ HOST_SCONS_INSTALL_OPTS = \
 $(eval $(host-python-package))
 
 # variables used by other packages
-SCONS = $(HOST_DIR)/usr/bin/python2 $(HOST_DIR)/usr/bin/scons
+SCONS = $(HOST_DIR)/usr/bin/python2 $(HOST_DIR)/usr/bin/scons $(if $(QUIET),-s)
-- 
2.4.2

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

* [Buildroot] [PATCH] package/scons: reduce output when being silent
  2015-06-04  4:10 [Buildroot] [PATCH] package/scons: reduce output when being silent Fabio Porcedda
@ 2015-06-04 13:33 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-06-04 13:33 UTC (permalink / raw)
  To: buildroot

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

 > Use the "-s" option to reduce scons output when it is a silent build.
 > Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-06-04 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-04  4:10 [Buildroot] [PATCH] package/scons: reduce output when being silent Fabio Porcedda
2015-06-04 13:33 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.