gcc_update (touch_files): Pass -s to ${MAKE}.
authorH.J. Lu <hjl@gnu.org>
Tue, 16 Jul 2002 22:03:34 +0000 (22:03 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 16 Jul 2002 22:03:34 +0000 (15:03 -0700)
2002-07-16  H.J. Lu <hjl@gnu.org>

* gcc_update (touch_files): Pass -s to ${MAKE}.

From-SVN: r55497

contrib/ChangeLog
contrib/gcc_update

index 14da304..1509bdb 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-16  H.J. Lu <hjl@gnu.org>
+
+       * gcc_update (touch_files): Pass -s to ${MAKE}.
+
 2002-06-26  Zack Weinberg  <zack@codesourcery.com>
 
        * texi2pod.pl: Correct handling of the internal R<> sequence.
index e3486e3..06a7852 100755 (executable)
@@ -123,7 +123,7 @@ touch_files () {
     echo '     echo Touching $@... 1>&2; \' >> Makefile.$$
     echo '     touch $@' >> Makefile.$$
     files_and_dependencies | sed 's,[^ ]* ,,;s,$, :,' >> Makefile.$$
-    while ${MAKE-make} -f Makefile.$$ all | grep . > /dev/null; do
+    while ${MAKE-make} -s -f Makefile.$$ all | grep . > /dev/null; do
       sleep 1
     done 2>&1
     rm -f Makefile.$$