aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2000-09-28 13:24:18 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2000-09-28 11:24:18 +0000
commit2d89ce6a8e08d438008b745da0d4677cd13500ef (patch)
tree33a58780a25d152630ea20426f17c2b6899fc1b5 /contrib
parent2f256f66f0cac881568982284bd7d3cd6a3f5dad (diff)
downloadgcc-2d89ce6a8e08d438008b745da0d4677cd13500ef.zip
gcc-2d89ce6a8e08d438008b745da0d4677cd13500ef.tar.gz
gcc-2d89ce6a8e08d438008b745da0d4677cd13500ef.tar.bz2
gcc_update (touch_files): Add some informative output.
From-SVN: r36657
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/gcc_update3
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index e2fefa4..853660f 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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.
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