[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FYI] {yacc-work} yacc/lex tests: remove an unneeded workaround for bug#
From: |
Stefano Lattarini |
Subject: |
[FYI] {yacc-work} yacc/lex tests: remove an unneeded workaround for bug#8485 |
Date: |
Tue, 27 Dec 2011 21:29:20 +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 | 8 ++++++++
tests/yacc-d-cxx.test | 9 ---------
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0bebdbd..c0d1f30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-12-27 Stefano Lattarini <address@hidden>
+ 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 <address@hidden>
+
yacc/lex tests: avoid too much failures with FreeBSD make
In various Yacc/Lex tests, we used to run "make distcheck" commands
diff --git a/tests/yacc-d-cxx.test b/tests/yacc-d-cxx.test
index 599b6ca..1308c18 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!).
--
1.7.7.3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FYI] {yacc-work} yacc/lex tests: remove an unneeded workaround for bug#8485,
Stefano Lattarini <=