[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-121-g3b25a0c |
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=3b25a0c9529cd82af8775eecae6912167f2d4a4f
The branch, master has been updated
via 3b25a0c9529cd82af8775eecae6912167f2d4a4f (commit)
from 08b71d934beb67be2d2d190d05ae6402f75d12d2 (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 3b25a0c9529cd82af8775eecae6912167f2d4a4f
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 becda79..a124ae0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-01-30 Ralf Wildenhues <address@hidden>
+ * tests/man3.test: Avoid `make VAR=value'.
+
* tests/subst3.test: New test.
* tests/Makefile.am: Update.
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, master, updated. Release-1-10-121-g3b25a0c,
Ralf Wildenhues <=