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