gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, xgawk-build, updated. 059a60ca01fbe31d4e


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, xgawk-build, updated. 059a60ca01fbe31d4e6cea8cde7fa086abec90aa
Date: Sun, 08 Apr 2012 22:05:31 +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 "gawk".

The branch, xgawk-build has been updated
       via  059a60ca01fbe31d4e6cea8cde7fa086abec90aa (commit)
      from  7975e6a2960b95942b6732dd59969aa3abca2502 (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 -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=059a60ca01fbe31d4e6cea8cde7fa086abec90aa

commit 059a60ca01fbe31d4e6cea8cde7fa086abec90aa
Author: Andrew J. Schorr <address@hidden>
Date:   Sun Apr 8 18:05:15 2012 -0400

    Protect against environment VALGRIND value.

diff --git a/test/ChangeLog b/test/ChangeLog
index ee8a487..59f9117 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,5 +1,10 @@
 2012-04-08         Andrew J. Schorr     <address@hidden>
 
+       * Makefile.am (VALGRIND): Set to empty to protect against random
+       values in the environment.
+
+2012-04-08         Andrew J. Schorr     <address@hidden>
+
        * Makefile.am (EXTRA_DIST): Add missing files fork.ok, fork2.ok
        and ordchr2.ok.
 
diff --git a/test/Makefile.am b/test/Makefile.am
index b94e5c2..2fe14c4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -876,6 +876,10 @@ CMP = cmp
 AWKPROG = ../gawk$(EXEEXT)
 PGAWKPROG = ../pgawk$(EXEEXT)
 
+# Default for VALGRIND is empty unless overridden by a command-line argument.
+# This protects against cruft in the environment.
+VALGRIND = 
+
 # This business forces the locale to be C for running the tests,
 # unless we override it to something else for testing.
 #
diff --git a/test/Makefile.in b/test/Makefile.in
index 86ce59a..0e9a3ca 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1082,6 +1082,10 @@ GENTESTS_UNUSED = Makefile.in gtlnbufv.awk printfloat.awk
 CMP = cmp
 AWKPROG = ../gawk$(EXEEXT)
 PGAWKPROG = ../pgawk$(EXEEXT)
+
+# Default for VALGRIND is empty unless overridden by a command-line argument.
+# This protects against cruft in the environment.
+VALGRIND = 
 PGAWK = LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C} 
AWKLIBPATH=../extension/.libs $(VALGRIND) $(PGAWKPROG)
 all: all-am
 

-----------------------------------------------------------------------

Summary of changes:
 test/ChangeLog   |    5 +++++
 test/Makefile.am |    4 ++++
 test/Makefile.in |    4 ++++
 3 files changed, 13 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]