[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Relea
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-5-g63eef34 |
Date: |
Wed, 30 Jan 2008 21:00:36 +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=63eef341951abf035ac1427a1ec2ec4959f2df93
The branch, branch-1-10 has been updated
via 63eef341951abf035ac1427a1ec2ec4959f2df93 (commit)
from f609f8298556d73e1331a5e404248c44f31ee7e2 (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 63eef341951abf035ac1427a1ec2ec4959f2df93
Author: Ralf Wildenhues <address@hidden>
Date: Wed Jan 30 21:59:27 2008 +0100
* tests/man3.test: Avoid `make VAR=value'.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
tests/man3.test | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 59e6e42..2c366cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-01-30 Ralf Wildenhues <address@hidden>
+ * tests/man3.test: Avoid `make VAR=value'.
+
* tests/instsh2.test: Split off testing of `install-sh -C' ...
* tests/instsh3.test: ... to this new test, requiring non-root.
* tests/Makefile.am: Adjust.
diff --git a/tests/man3.test b/tests/man3.test
index 2527e9c..fe9394d 100755
--- a/tests/man3.test
+++ b/tests/man3.test
@@ -41,4 +41,4 @@ $ACLOCAL
$AUTOMAKE
$AUTOCONF
./configure
-$MAKE distcheck DISTCHECK_CONFIGURE_FLAGS=foo=bar
+DISTCHECK_CONFIGURE_FLAGS=foo=bar $MAKE -e distcheck
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-5-g63eef34,
Ralf Wildenhues <=