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-19 16:43:25 +0400
committerMarek Safar <marek.safar@gmail.com>2012-10-19 16:43:25 +0400
commite73c8d6184ae04dfff75aa7a40bc117c8761e565 (patch)
tree598093040a8bf8eee266fa27956df4fc2633fa43 /runtime
parentd06470378c9d3834502c1a6ac148632d4c7a5ac5 (diff)
Don't print mcs directory in silent mode
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index b0f3add8bf9..9d001cea4fa 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -84,7 +84,7 @@ endif
if BUILD_MCS
-MAKE_FLAGS=$(if $(V),,-s)
+MAKE_FLAGS=$(if $(V),,--no-print-directory -s)
# The write check is to foil 'make distcheck'
all-local: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)