From: Raja R Harinath Date: Sat, 29 Mar 2003 21:29:08 +0000 (+0000) Subject: Add a $sleep before modifying Makefile.am so X-Git-Tag: Release-1-7-3b~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6197026f92c4c2af988b9778277c22a15bf70c04;p=thirdparty%2Fautomake.git Add a $sleep before modifying Makefile.am so that timestamp will change. --- diff --git a/ChangeLog b/ChangeLog index a0768210b..0963d405e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2003-03-29 Raja R Harinath - * 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 diff --git a/tests/yacc8.test b/tests/yacc8.test index 05a78c5e4..e1229b11f 100755 --- a/tests/yacc8.test +++ b/tests/yacc8.test @@ -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'