Make the make of gbuild modules in cross-build-toolset silent
This commit is contained in:
parent
eb53297177
commit
7c6c7e1cfd
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue