bison-patches
[Top][All Lists]
Advanced

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

[PATCH] s/_FLAGS/FLAGS/.


From: Akim Demaille
Subject: [PATCH] s/_FLAGS/FLAGS/.
Date: Wed, 26 Nov 2008 10:29:37 +0100

        * tests/local.mk (TESTSUITE_FLAGS, AUTOTEST_FLAGS): Rename as...
        (TESTSUITEFLAGS, AUTOTESTFLAGS): these to compy with the GCS.
        Reported by Eric Blake.
---
 ChangeLog      |    7 +++++++
 tests/local.mk |   10 ++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 47bbfea..8aad420 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-11-26  Akim Demaille  <address@hidden>
 
+       s/_FLAGS/FLAGS/.
+       * tests/local.mk (TESTSUITE_FLAGS, AUTOTEST_FLAGS): Rename as...
+       (TESTSUITEFLAGS, AUTOTESTFLAGS): these to compy with the GCS.
+       Reported by Eric Blake.
+
+2008-11-26  Akim Demaille  <address@hidden>
+
        Use b4_parser_tables_define in glr.cc.
        * data/glr.c: Use b4_parser_tables_define instead of defining the
        (deterministic integral) tables by hand.
diff --git a/tests/local.mk b/tests/local.mk
index 3c89ae2..596918b 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -66,9 +66,9 @@ TESTSUITE_AT =                                        \
 TESTSUITE = $(top_srcdir)/tests/testsuite
 
 AUTOTEST = $(AUTOM4TE) --language=autotest
-AUTOTEST_FLAGS = -I $(top_srcdir)/tests
+AUTOTESTFLAGS = -I $(top_srcdir)/tests
 $(TESTSUITE): tests/package.m4 $(TESTSUITE_AT)
-       $(AUTOTEST) $(AUTOTEST_FLAGS) $(top_srcdir)/tests/testsuite.at -o 
address@hidden
+       $(AUTOTEST) $(AUTOTESTFLAGS) $(top_srcdir)/tests/testsuite.at -o 
address@hidden
        mv address@hidden $@
 
 tests/atconfig: $(top_builddir)/config.status
@@ -78,17 +78,15 @@ clean-local: clean-local-tests
 clean-local-tests:
        test ! -f $(TESTSUITE) || cd tests && ../$(TESTSUITE) --clean
 
-# TESTSUITEFLAGS was used initially, this is backward compatibility.
-TESTSUITE_FLAGS = $(TESTSUITEFLAGS)
 check-local: tests/atconfig tests/atlocal $(TESTSUITE)
 # Move into tests/ so that testsuite.dir etc. be created there.
-       cd tests && ../$(TESTSUITE) $(TESTSUITE_FLAGS)
+       cd tests && ../$(TESTSUITE) $(TESTSUITEFLAGS)
 
 check_SCRIPTS = tests/bison
 
 # Run the test suite on the *installed* tree.
 installcheck-local:
-       cd tests && ../$(TESTSUITE) AUTOTEST_PATH="$(bindir)" $(TESTSUITE_FLAGS)
+       cd tests && ../$(TESTSUITE) AUTOTEST_PATH="$(bindir)" $(TESTSUITEFLAGS)
 
 # Be real mean with it.
 .PHONY: maintainer-check-g++
-- 
1.6.0.2.588.g3102





reply via email to

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