automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

automake CVS, version7.test and DJGPP


From: Richard Dawe
Subject: automake CVS, version7.test and DJGPP
Date: Mon, 24 Feb 2003 18:28:28 +0000

Hello.

The automake CVS test suite seems to work fine with DJGPP, apart from
a couple of tests that fail:

* tests/subcond2.test fails, because of a spurious ^M in a Makefile.
  I think this is a bug in the DJGPP port of autoconf - I haven't
  managed to diagnose it yet.

* tests/version7.test fails, because version.texi is not rebuilt.
  This is due to the weird granularity in timestamps on Windows.

Below is a patch to add a sleep call before creating version.m4,
to ensure that enough time has passed that make thinks it needs
to rebuild version.texi.

Thanks, bye, Rich =]

Index: ChangeLog
===================================================================
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.2171
diff -p -u -3 -r1.2171 ChangeLog
--- ChangeLog   23 Feb 2003 18:51:57 -0000      1.2171
+++ ChangeLog   24 Feb 2003 18:21:57 -0000
@@ -1,3 +1,8 @@
+2003-02-24  Richard Dawe  <address@hidden>
+
+       * tests/version7.test: Use $sleep to sleep before updating
+       the version, to work around timestamp inconsistencies in Windows.
+
 2003-02-23  Alexandre Duret-Lutz  <address@hidden>
 
        * automake.texi (FAQ, CVS, maintainer-mode, wildcards)
Index: tests/version7.test
===================================================================
RCS file: /cvs/automake/automake/tests/version7.test,v
retrieving revision 1.2
diff -p -u -3 -r1.2 version7.test
--- tests/version7.test 13 Dec 2002 21:59:10 -0000      1.2
+++ tests/version7.test 24 Feb 2003 18:21:59 -0000
@@ -64,6 +64,7 @@ $MAKE
 grep '2\.718' version.texi
 
 
+$sleep
 echo 'm4_define([THE_VERSION], [3.141])' > version.m4
 $MAKE distcheck
 ./configure --version | grep '3\.141'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]