aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>2002-07-16 22:03:34 +0000
committerH.J. Lu <hjl@gnu.org>2002-07-16 22:03:34 +0000
commit3f3445111abb1fff42dee7afc6c851863120a1f2 (patch)
treefbd07db83d6eea4c6a15aa02ab58712a4d75eb89 /contrib
parent96d83326abab17c9754d033646624e81519204bd (diff)
2002-07-16 H.J. Lu <hjl@gnu.org>
* gcc_update (touch_files): Pass -s to ${MAKE}. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@55497 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/gcc_update2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 14da30497f3..1509bdbd33b 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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.
diff --git a/contrib/gcc_update b/contrib/gcc_update
index e3486e3e957..06a7852155c 100755
--- a/contrib/gcc_update
+++ b/contrib/gcc_update
@@ -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.$$