gcc_update (touch_files): Add some informative output.
From-SVN: r36657
This commit is contained in:
parent
2f256f66f0
commit
2d89ce6a8e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user