summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2006-02-07 08:11:54 -0700
committerSteve Peters <steve@fisharerojo.org>2006-02-08 03:04:05 +0000
commit78f158d1419ac33753582a090b1b89196bbfe093 (patch)
tree2ac5a9e71683139e3d7d720f6bc4449ce16660aa /Makefile.SH
parentbc81784acdb7beadae0cc705ebadbd8f365f30ba (diff)
downloadperl-78f158d1419ac33753582a090b1b89196bbfe093.tar.gz
[patch] several broken make *.valgrind targets
Message-ID: <43E91B2A.4060700@gmail.com> p4raw-id: //depot/perl@27128
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index d0db5c8a5c..940708bf0f 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1171,10 +1171,10 @@ test_prep.valgrind: test_prep perl.valgrind
test.valgrind check.valgrind: test_prep perl.valgrind.config
PERL=./perl PERL_DEBUG=PERL_VALGRIND=1 VALGRIND='$(VALGRIND)' $(MAKE) _test
-utest.valgrind ucheck.valgrind: test_prep.valgrind perl.valgrind
+utest.valgrind ucheck.valgrind: test_prep.valgrind perl.valgrind.config
PERL=./perl PERL_DEBUG=PERL_VALGRIND=1 TEST_ARGS=-utf8 $(MAKE) _test
-test_notty.valgrind: test_prep.valgrind perl.valgrind
+test_notty.valgrind: test_prep.valgrind perl.valgrind.config
PERL=./perl $(MAKE) PERL_DEBUG=PERL_VALGRIND=1 _test_notty
# Targets for Third Degree testing.