[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-551-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-551-g738d54f |
Date: |
Tue, 21 Dec 2010 01:47:57 +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=738d54fdacf323645cd51250fd1a87a9c8fa6038
The branch, master has been updated
via 738d54fdacf323645cd51250fd1a87a9c8fa6038 (commit)
from fc322f55a8622fab1650b4587ec35467f1152c2f (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 738d54fdacf323645cd51250fd1a87a9c8fa6038
Author: Stefano Lattarini <address@hidden>
Date: Tue Dec 21 02:41:20 2010 +0100
Minor improvements to test 'amopts.test'.
* tests/amopts.test: Remove botched comment. Make grepping of
automake stderr slighty stricter. Add trailing `:' command.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/amopt.test | 9 ++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8f615ac..0ded3b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-12-21 Stefano Lattarini <address@hidden>
+ Minor improvements to test 'amopts.test'.
+ * tests/amopts.test: Remove botched comment. Make grepping of
+ automake stderr slighty stricter. Add trailing `:' command.
+
+2010-12-21 Stefano Lattarini <address@hidden>
+
backcompat6.test: avoid comments inside recipe commands.
* tests/backcompat6.test: Remove shell comments from makefile rule
commands, as they are not portable to (at least) Tru64 make.
diff --git a/tests/amopt.test b/tests/amopt.test
index e83b800..580cf8a 100755
--- a/tests/amopt.test
+++ b/tests/amopt.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 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
@@ -27,9 +27,6 @@ END
mkdir sub
-# These two Makefile contain the same errors, but have different
-# warnings disabled.
-
cat >Makefile.am <<END
if COND
AUTOMAKE_OPTIONS = -Wall
@@ -38,4 +35,6 @@ END
$ACLOCAL
AUTOMAKE_fails
-grep 'Makefile.am:2.*AUTOMAKE_OPTIONS.*conditional' stderr
+grep '^Makefile\.am:2.*AUTOMAKE_OPTIONS.*conditional' stderr
+
+:
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-551-g738d54f,
Stefano Lattarini <=