gcc_update (touch_files): Add some informative output.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Thu, 28 Sep 2000 11:24:18 +0000 (13:24 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 28 Sep 2000 11:24:18 +0000 (11:24 +0000)
From-SVN: r36657

contrib/ChangeLog
contrib/gcc_update

index e2fefa46e55cc846f1bb5a7ad28f0542dd949c5b..853660f23dab1f78d4426d7a335627c78047ede9 100644 (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.
index b0f00f469b0087cea237ef5b89b08db20ac337ce..ec91061948e44f3d50e8a5226554707310d457bb 100755 (executable)
@@ -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