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

ChangeLog
tests/yacc8.test

index 5526aec2963b62996f8ec26accb938c449659442..a0768210bfc64b247bcc2343d823ba49cbdbc0bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-29  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * tests/yacc8.test: Add a sleep before modifying Makefile.am so
+       that timestamp will change.
+
 2003-03-23  Akim Demaille  <akim@epita.fr>
            Alexandre Duret-Lutz  <adl@gnu.org>
 
index e53c10ade86f04380f564c9b4cef26de539243b6..05a78c5e4ef82c4b30dc80c127d7e883236d17cf 100755 (executable)
@@ -74,6 +74,10 @@ test -f foo/parse.h
 # Now, adds another parser to test ylwrap.
 
 cd ..
+
+# sleep some to make sure timestamp of Makefile.am will change
+sleep 2
+
 cp foo/parse.y foo/parse2.y
 cat >> Makefile.am << 'END'
 EXTRA_foo_foo_SOURCES = foo/parse2.y