gcc_update (touch_files): Add some informative output.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Sep 2000 11:24:18 +0000 (11:24 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Sep 2000 11:24:18 +0000 (11:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36657 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/gcc_update

index e2fefa4..853660f 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 b0f00f4..ec91061 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