Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-10-18 16:44:55 +0400
committerMarek Safar <marek.safar@gmail.com>2012-10-18 16:45:52 +0400
commit92fc3b81e527988964b6ab3a49baded67b1cb1b5 (patch)
tree57a1d2cd15e0cd538497c28cc3b72c7fef56e9ea /runtime
parent8d518c6248f60ce8d117c489d5b60a9331475021 (diff)
Be more quiet when building managed code
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 192e4a75f38..184c0425ce9 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -84,10 +84,12 @@ endif
if BUILD_MCS
+MAKE_FLAGS=$(if $(V),,-s)
+
# The write check is to foil 'make distcheck'
all-local: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
if test -w $(mcs_topdir); then :; else chmod -R +w $(mcs_topdir); fi
- cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' CC='$(CC)' all-profiles
+ cd $(mcs_topdir) && $(MAKE) $(MAKE_FLAGS) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' CC='$(CC)' all-profiles
# override automake
install: install-exec install-data