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 a076821..0963d40 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 05a78c5..e1229b1 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'