From: Stefano Lattarini Date: Tue, 27 Dec 2011 20:28:21 +0000 (+0100) Subject: yacc/lex tests: remove an unneeded workaround for bug#8485 X-Git-Tag: ylwrap-refactor-abandoned-branch~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1560265e1ca8d5c542d27a4143e1879379831e12;p=thirdparty%2Fautomake.git 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'. --- diff --git a/ChangeLog b/ChangeLog index 0bebdbdce..c0d1f3009 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-12-27 Stefano Lattarini + + 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 yacc/lex tests: avoid too much failures with FreeBSD make diff --git a/tests/yacc-d-cxx.test b/tests/yacc-d-cxx.test index 599b6ca38..1308c1874 100755 --- a/tests/yacc-d-cxx.test +++ b/tests/yacc-d-cxx.test @@ -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!).