automake-patches
[Top][All Lists]
Advanced

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

FYI: remove --Wno-error in suffix{4,5}.test


From: Alexandre Duret-Lutz
Subject: FYI: remove --Wno-error in suffix{4,5}.test
Date: 08 Nov 2001 09:49:02 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

I forgot to remove this option when I copied suffix3.test to make these
two files.  

BTW, I don't understand why suffix3.test needs --Wno-error, and
I don't understand the final grep either: methinks it should
rather ensure that foo.$(OBJEXT) appears in Makefile.in.

Index: ChangeLog
from  Alexandre Duret-Lutz  <address@hidden>

        * tests/suffix4.test ($AUTOMAKE): Don't use -Wno-error.
        * tests/suffix5.test ($AUTOMAKE): Likewise.

Index: tests/suffix4.test
===================================================================
RCS file: /cvs/automake/automake/tests/suffix4.test,v
retrieving revision 1.1
diff -u -r1.1 suffix4.test
--- tests/suffix4.test 2001/11/05 17:26:55 1.1
+++ tests/suffix4.test 2001/11/08 08:39:37
@@ -17,6 +17,6 @@
 END
 
 $ACLOCAL || exit 1
-$AUTOMAKE --Wno-error || exit 1
+$AUTOMAKE || exit 1
 grep '.SUFFIXES:.*\.k' Makefile.in || exit 1
 exit 0
Index: tests/suffix5.test
===================================================================
RCS file: /cvs/automake/automake/tests/suffix5.test,v
retrieving revision 1.1
diff -u -r1.1 suffix5.test
--- tests/suffix5.test 2001/11/05 17:32:09 1.1
+++ tests/suffix5.test 2001/11/08 08:39:37
@@ -23,6 +23,6 @@
 : > config.sub
 
 $ACLOCAL || exit 1
-$AUTOMAKE --Wno-error || exit 1
+$AUTOMAKE || exit 1
 grep '_OBJECTS.*foo.lo' Makefile.in || exit 1
 exit 0

-- 
Alexandre Duret-Lutz



reply via email to

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