bison-patches
[Top][All Lists]
Advanced

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

suppress tests/Makefile.am warning to ignore warnings


From: Paul Eggert
Subject: suppress tests/Makefile.am warning to ignore warnings
Date: 24 Dec 2003 00:31:22 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I installed this companion to my previous patch: it removes a warning
that warns people to ignore warnings.  Whew!

2003-12-23  Paul Eggert  <address@hidden>

        * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
        multiple inclusion warnings.

Index: tests/Makefile.am
===================================================================
RCS file: /cvsroot/bison/bison/tests/Makefile.am,v
retrieving revision 1.33
diff -p -u -r1.33 Makefile.am
--- tests/Makefile.am   7 Oct 2003 23:34:20 -0000       1.33
+++ tests/Makefile.am   24 Dec 2003 08:28:07 -0000
@@ -55,7 +55,6 @@ TESTSUITE = $(srcdir)/testsuite
 
 AUTOTEST = $(AUTOM4TE) --language=autotest
 $(TESTSUITE): package.m4 $(TESTSUITE_AT)
-       echo "WARNING: Multiple inclusion warning should be ignored." >&2
        $(AUTOTEST) -I $(srcdir) testsuite.at -o address@hidden
        mv address@hidden $@
 




reply via email to

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