From: Jim Cromie Date: Tue, 7 Feb 2006 15:11:54 +0000 (-0700) Subject: [patch] several broken make *.valgrind targets X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78f158d1419ac33753582a090b1b89196bbfe093;p=p5sagit%2Fp5-mst-13.2.git [patch] several broken make *.valgrind targets Message-ID: <43E91B2A.4060700@gmail.com> p4raw-id: //depot/perl@27128 --- diff --git a/Makefile.SH b/Makefile.SH index d0db5c8..940708b 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.