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 14da30497f36398bac652761012d1ca0e6f1743d..1509bdbd33bc09dcf430732442a5f18772b84236 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 e3486e3e957a1b51616bb154fbb25f3b2191d149..06a7852155cb16eb4644aa12f27882b1fba28a2f 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.$$