gcc_update (touch_files): Add some informative output.

From-SVN: r36657
This commit is contained in:
Gerald Pfeifer 2000-09-28 13:24:18 +02:00 committed by Gerald Pfeifer
parent 2f256f66f0
commit 2d89ce6a8e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* gcc_update (touch_files): Add some informative output.
2000-09-16 Andreas Jaeger <aj@suse.de>
* gcc_update: Remove gcc/c-parse.gperf.

View File

@ -97,8 +97,9 @@ touch_files () {
touch $f
if is_out_of_date "$f" $deps; then
# Hmm, it may have got the same timestamp as one of
# its touched dependencies. Wait a second and retry
# its touched dependencies. Wait a second and retry.
sleep 1
echo Touching "$f" once more...
touch $f
fi
fi