diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-04-08 18:05:15 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-04-08 18:05:15 -0400 |
commit | 059a60ca01fbe31d4e6cea8cde7fa086abec90aa (patch) | |
tree | 329626b48c189aa0bf49100367144087b1ffbda7 /test/Makefile.in | |
parent | 7975e6a2960b95942b6732dd59969aa3abca2502 (diff) | |
download | egawk-059a60ca01fbe31d4e6cea8cde7fa086abec90aa.tar.gz egawk-059a60ca01fbe31d4e6cea8cde7fa086abec90aa.tar.bz2 egawk-059a60ca01fbe31d4e6cea8cde7fa086abec90aa.zip |
Protect against environment VALGRIND value.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 86ce59a7..0e9a3ca0 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 |