]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Add a $sleep before modifying Makefile.am so
authorRaja R Harinath <harinath@acm.org>
Sat, 29 Mar 2003 21:29:08 +0000 (21:29 +0000)
committerRaja R Harinath <harinath@acm.org>
Sat, 29 Mar 2003 21:29:08 +0000 (21:29 +0000)
that timestamp will change.

ChangeLog
tests/yacc8.test

index a0768210bfc64b247bcc2343d823ba49cbdbc0bc..0963d405e765a3372e5259265005cc42c73359c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2003-03-29  Raja R Harinath  <harinath@cs.umn.edu>
 
-       * tests/yacc8.test: Add a sleep before modifying Makefile.am so
+       * tests/yacc8.test: Add a $sleep before modifying Makefile.am so
        that timestamp will change.
 
 2003-03-23  Akim Demaille  <akim@epita.fr>
index 05a78c5e4ef82c4b30dc80c127d7e883236d17cf..e1229b11fe06218ee52bdb3e304360df5fdb57b8 100755 (executable)
@@ -75,8 +75,8 @@ test -f foo/parse.h
 
 cd ..
 
-# sleep some to make sure timestamp of Makefile.am will change
-sleep 2
+# Sleep some to make sure timestamp of Makefile.am will change.
+$sleep
 
 cp foo/parse.y foo/parse2.y
 cat >> Makefile.am << 'END'