Commit 2d89ce6a by Gerald Pfeifer Committed by Gerald Pfeifer

gcc_update (touch_files): Add some informative output.

From-SVN: r36657
parent 2f256f66
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
......
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