package/scons: reduce output when being silent
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>
This commit is contained in:
parent
97f6d7dcb5
commit
803596c37d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user