mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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))
|
$(eval $(host-python-package))
|
||||||
|
|
||||||
# variables used by other packages
|
# 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…
x
Reference in New Issue
Block a user