mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 08:10:27 +08:00
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
This commit is contained in:
parent
00e0a9e83d
commit
554b811104
@ -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.
|
||||
|
@ -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.$$
|
||||
|
Loading…
x
Reference in New Issue
Block a user