summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-20 21:35:32 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-21 00:40:19 +0300
commit7c6c7e1cfdc2a1a40bfda2b53ba0bdcf0871e7f7 (patch)
treefea309b19aac077e9420f623997c8840f27ee77b /Makefile.in
parentDon't use gb_Executable_EXT in gb_Executable_get_target_for_build (diff)
downloadcore-7c6c7e1cfdc2a1a40bfda2b53ba0bdcf0871e7f7.tar.gz
core-7c6c7e1cfdc2a1a40bfda2b53ba0bdcf0871e7f7.zip
Make the make of gbuild modules in cross-build-toolset silent
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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; \