Make the make of gbuild modules in cross-build-toolset silent

This commit is contained in:
Tor Lillqvist 2011-06-20 21:35:32 +03:00
parent eb53297177
commit 7c6c7e1cfd

View file

@ -79,7 +79,7 @@ cross-build-toolset:
setup_native \
icc; do \
if grep -q gb_Module_add_targets $$D/Module_$$D.mk 2>/dev/null; then \
(cd $$D && make -r -j@BUILD_MAX_JOBS@) \
(cd $$D && make -sr -j@BUILD_MAX_JOBS@) \
else \
(cd $$D && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) \
fi; \