automake-patches
[Top][All Lists]
Advanced

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

Re: Warning and error message formatting cleanups.


From: Ralf Wildenhues
Subject: Re: Warning and error message formatting cleanups.
Date: Sun, 25 Apr 2010 20:56:40 +0200
User-agent: Mutt/1.5.20 (2009-10-28)

* Ralf Wildenhues wrote on Sun, Apr 25, 2010 at 07:11:14PM CEST:
> This is for master only, I didn't care to backport this work.
> I will push things out once the testsuite run has finished.

Done with this squashed in.

diff --git a/ChangeLog b/ChangeLog
index ffe4715..71b0d9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,8 @@
        * lib/Automake/Options.pm (set_strictness): Likewise.
        * lib/Automake/Rule.pm (define): Likewise.
        * lib/Automake/Variable.pm (define, variables_dump): Likewise.
-       * tests/ltinstloc.test: Adjust expected error message.
+       * tests/ltinstloc.test, tests/suffix11.test: Adjust expected
+       error message.
        * lib/Automake/Channels.pm (setup_channel): Reword error message
        to be the same as in msg.
 
diff --git a/tests/suffix11.test b/tests/suffix11.test
index e38926a..35cb41a 100755
--- a/tests/suffix11.test
+++ b/tests/suffix11.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2010 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -48,7 +48,7 @@ $ACLOCAL
 $AUTOCONF
 # What we do is not portable.  Automake should warn.
 AUTOMAKE_fails -a
-grep 'Inference rules can have only one target before the colon' stderr
+grep 'inference rules can have only one target before the colon' stderr
 # But this should work anyway.
 $AUTOMAKE -a -Wno-portability
 ./configure




reply via email to

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