projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f6d7d
)
package/scons: reduce output when being silent
author
Fabio Porcedda
<fabio.porcedda@gmail.com>
Thu, 4 Jun 2015 04:10:09 +0000
(06:10 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 4 Jun 2015 13:33:46 +0000
(15:33 +0200)
Use the "-s" option to reduce scons output when it is a silent build.
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/scons/scons.mk
patch
|
blob
|
history
diff --git
a/package/scons/scons.mk
b/package/scons/scons.mk
index e41853021f0669bbc9465bde9bc98585d9c94fd3..39fb258d0d77f7977c34b9da9b2c744d70cb938f 100644
(file)
--- 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)