[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, msvc-for-1.11, updated. v1.
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, msvc-for-1.11, updated. v1.11.1-600-g064d008 |
Date: |
Thu, 10 Nov 2011 10:26:33 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=064d00873247444393e8746a0b037b984075fab0
The branch, msvc-for-1.11 has been updated
via 064d00873247444393e8746a0b037b984075fab0 (commit)
from 3ffb98d2ca887286e0524b5db52b1399a6528ea1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 064d00873247444393e8746a0b037b984075fab0
Author: Stefano Lattarini <address@hidden>
Date: Thu Nov 10 11:23:13 2011 +0100
tests: fix broken backport of tests on `extra-portability' warnings
* tests/extra-portability2.test: Ensure all the automake invocations
have the warnings in the `extra-portability' category enabled.
Report by Peter Rosin.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
tests/extra-portability2.test | 4 ++++
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1a4b514..1f2f960 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-10 Stefano Lattarini <address@hidden>
+
+ tests: fix broken backport of tests on `extra-portability' warnings
+ * tests/extra-portability2.test: Ensure all the automake invocations
+ have the warnings in the `extra-portability' category enabled.
+ Report by Peter Rosin.
+
2011-11-08 Peter Rosin <address@hidden>
tests: fix broken backport of AM_PROG_AR tests
diff --git a/tests/extra-portability2.test b/tests/extra-portability2.test
index a44b144..9a01e74 100755
--- a/tests/extra-portability2.test
+++ b/tests/extra-portability2.test
@@ -43,6 +43,10 @@ END
$ACLOCAL
+# In the 1.11.x series, `extra-portability' warnings are not enabled
+# by `-Wall'.
+AUTOMAKE="$AUTOMAKE -Wextra-portability"
+
# Make sure the test is useful.
AUTOMAKE_fails
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, msvc-for-1.11, updated. v1.11.1-600-g064d008,
Stefano Lattarini <=