2008-07-11 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / Makefile.am
index 30c29ce82725488362506d565201f9f154c95393..002413a61cf22698f8d61c6ec525717ffbc363cb 100644 (file)
@@ -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 {} \;