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-09-12 11:48:56 +0400
committerZoltan Varga <vargaz@gmail.com>2008-09-12 11:48:56 +0400
commit94a589b65e606f9750f39a0d82b7e41287fb4b9d (patch)
treefb789005154bc55cc3a6e4c4b89bbf7997a733a7 /scripts
parent3487383e1e4a985c5c04b516e27f619979799f32 (diff)
2008-09-12 Zoltan Varga <vargaz@gmail.com>
* scripts/patch-quiet.sh: Remove an obsolete comment. Change the Makefile so this script is rerun if Makefile.am changes. svn path=/trunk/mono/; revision=112822
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/patch-quiet.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/patch-quiet.sh b/scripts/patch-quiet.sh
index a62c296d539..714ac654c05 100755
--- a/scripts/patch-quiet.sh
+++ b/scripts/patch-quiet.sh
@@ -25,5 +25,6 @@ sed -e 's/\tmv -f/\t$(if $(V),,@)mv -f/g' < $src > $src.tmp && cp $src.tmp $src
# libtool messages
sed -e 's/\$(LIBTOOL)/$(LIBTOOL) $(if $(V),,--quiet)/g' < $src > $src.tmp && cp $src.tmp $src && rm -f $src.tmp
-# FIXME: libtool message which is not silenced by --quiet:
-# $echo "copying selected object files to avoid basename conflicts..." \ No newline at end of file
+# This causes this script to be rerun if Makefile.am changes
+sed -e 's/am__depfiles_maybe = depfiles/am__depfiles_maybe = depfiles quiet/g' < $src > $src.tmp && cp $src.tmp $src && rm -f $src.tmp
+