From 7c6c7e1cfdc2a1a40bfda2b53ba0bdcf0871e7f7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 20 Jun 2011 21:35:32 +0300 Subject: [PATCH] Make the make of gbuild modules in cross-build-toolset silent --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 674198068bba..24e3a9d4070c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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; \