Commit 554b8111 by H.J. Lu Committed by H.J. Lu

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

2002-07-16  H.J. Lu <hjl@gnu.org>

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

From-SVN: r55497
parent 00e0a9e8
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.
......
......@@ -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.$$
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment