From 2d89ce6a8e08d438008b745da0d4677cd13500ef Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 28 Sep 2000 13:24:18 +0200 Subject: gcc_update (touch_files): Add some informative output. From-SVN: r36657 --- contrib/gcc_update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/gcc_update') diff --git a/contrib/gcc_update b/contrib/gcc_update index b0f00f4..ec91061 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -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 -- cgit v1.1