OSDN Git Service

2002-07-16 H.J. Lu <hjl@gnu.org>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Jul 2002 22:03:34 +0000 (22:03 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Jul 2002 22:03:34 +0000 (22:03 +0000)
* gcc_update (touch_files): Pass -s to ${MAKE}.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55497 138bc75d-0d04-0410-961f-82ee72b054a4

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.$$