[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-825-g9dcc72a |
Date: |
Wed, 04 May 2011 08:33:53 +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=9dcc72a3121457bad5c01f29bb8ed96a3df34a3c
The branch, testsuite-work has been updated
via 9dcc72a3121457bad5c01f29bb8ed96a3df34a3c (commit)
from 968fb0e9528f1bf106838a1d8ca1219fa385df99 (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 9dcc72a3121457bad5c01f29bb8ed96a3df34a3c
Author: Stefano Lattarini <address@hidden>
Date: Tue May 3 23:40:00 2011 +0200
tests defs: one more environment sanitization (corner case)
* tests/defs (am__using_gmake): Initialize. The `using_gmake'
subroutine was using this variable for caching, but wasn't
initializing it, which could cause problems in the (admittedly
very unlikely) case in which it was pre-existent in the
environment.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +++++++++
tests/defs | 1 +
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2ad40b9..eda448e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-05-03 Stefano Lattarini <address@hidden>
+ tests defs: one more environment sanitization (corner case)
+ * tests/defs (am__using_gmake): Initialize. The `using_gmake'
+ subroutine was using this variable for caching, but wasn't
+ initializing it, which could cause problems in the (admittedly
+ very unlikely) case in which it was pre-existent in the
+ environment.
+
+2011-05-03 Stefano Lattarini <address@hidden>
+
tests: add forgotten test scripts to $(TESTS)
* tests/Makefile.am (TESTS): Added test scripts man[678].test,
which have been present on the filesystem and in the repository,
diff --git a/tests/defs b/tests/defs
index d85abf0..44c5b3b 100644
--- a/tests/defs
+++ b/tests/defs
@@ -190,6 +190,7 @@ using_gmake ()
Exit 99;;
esac
}
+am__using_gmake="" # Avoid interferences from the environment.
commented_sed_unindent_prog='
/^$/b # Nothing to do for empty lines.
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-825-g9dcc72a,
Stefano Lattarini <=