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:
authorZoltan Varga <vargaz@gmail.com>2008-07-06 15:05:53 +0400
committerZoltan Varga <vargaz@gmail.com>2008-07-06 15:05:53 +0400
commit48780710ec825432e694c147c8955b0557136d0f (patch)
tree5fa7c566371071531993634922ce20e66c3b35e3 /Makefile.am
parentfbac86642e950a18cab819ed2ddd0be8e7f5a815 (diff)
2008-07-06 Zoltan Varga <vargaz@gmail.com>
* configure.in: Add an --enable-quiet-build option. * Makefile.am (patch-quiet): New target. * acinclude.m4: Handle --quiet. svn path=/trunk/mono/; revision=107319
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 30c29ce8272..002413a61cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,3 +82,7 @@ win32setup:
bootstrap: all
@echo "*** 'make bootstrap' is obsolete. Just run 'make' to perform a combined mono+mcs build"
exit 1
+
+patch-quiet:
+ find mono -name Makefile -exec scripts/patch-quiet.sh {} \;
+ find libgc -name Makefile -exec scripts/patch-quiet.sh {} \;