]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
yacc/lex tests: remove an unneeded workaround for bug#8485
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 27 Dec 2011 20:28:21 +0000 (21:28 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 27 Dec 2011 20:28:21 +0000 (21:28 +0100)
* tests/yacc-d-cxx.test: Remove the workaround previously required
to avoid spurious failures due to automake bug#8485: that bug has
been solved with commit `v1.11-512-g40c3432'.

ChangeLog
tests/yacc-d-cxx.test

index 0bebdbdcebfa032b4ace2f7b5e31558f09059c6a..c0d1f3009a5309ac4bc531f6320a886c5174fb49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-12-27  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       yacc/lex tests: remove an unneeded workaround for bug#8485
+
+       * tests/yacc-d-cxx.test: Remove the workaround previously required
+       to avoid spurious failures due to automake bug#8485: that bug has
+       been solved with commit `v1.11-512-g40c3432'.
+
 2011-12-27  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        yacc/lex tests: avoid too much failures with FreeBSD make
index 599b6ca382ca39ad43066d3d38bc89d56eebd03a..1308c187461b855da59e53636383cee888e25535 100755 (executable)
@@ -84,15 +84,6 @@ $AUTOCONF
 
 cp $testsrcdir/../lib/ylwrap .
 
-# FIXME: temporary workaround (taken from the automake manual) for
-#        automake bug#8485.  Remove once that bug is fixed.
-cat >> Makefile.am <<'END'
-AUTOMAKE_OPTIONS = -Wno-override
-distcleancheck_listfiles = \
-       find ./baz -type f -exec sh -c 'test -f $(srcdir)/$$1 || echo $$1' \
-            sh '{}' ';'
-END
-
 $AUTOMAKE Makefile
 
 # Try with -d in $(YFLAGS) (don't do this in real life!).