From: Jarkko Hietaniemi Date: Sat, 7 Apr 2001 16:38:32 +0000 (+0000) Subject: Retract #9523: needs more thought. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=937aca76090eb616c7edad9d178d5c488055e4a9;p=p5sagit%2Fp5-mst-13.2.git Retract #9523: needs more thought. p4raw-id: //depot/perl@9609 --- diff --git a/Makefile.SH b/Makefile.SH index 660515a..a2ffe48 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -129,15 +129,6 @@ case "$osname" in ;; esac -case "$usedl" in -define) testreqext="$testreqext \$(DYNALOADER)" ;; -esac - -case "$DPERL_EXTERNAL_GLOB" in -"") ;; -*) testreqext="$testreqext \$(EXTGLOB)" ;; -esac - echo "Extracting Makefile (with variable substitutions)" $spitshell >Makefile < t/rantests -test check: test_prep $(TESTREQEXT) +test check: test_prep PERL=./perl $(MAKE) _test -test_tty: test_prep $(TESTREQEXT) +test_tty: test_prep PERL=./perl $(MAKE) _test_tty -test_notty: test_prep $(TESTREQEXT) +test_notty: test_prep PERL=./perl $(MAKE) _test_notty -utest ucheck: test_prep $(TESTREQEXT) +utest ucheck: test_prep PERL=./perl UTF8=-utf8 $(MAKE) _test test-prep: test_prep @@ -928,13 +916,13 @@ test-notty: test_notty test_prep.third: test_prep perl.third PERL=./perl.third $(MAKE) _test_prep -test.third check.third: test_prep.third perl.third $(TESTREQEXT) +test.third check.third: test_prep.third perl.third PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 $(MAKE) _test -utest.third ucheck.third: test_prep.third perl.third $(TESTREQEXT) +utest.third ucheck.third: test_prep.third perl.third PERL=./perl.third PERL_DEBUG=PERL_3LOG=1UTF=-utf8 $(MAKE) _test -test_notty.third: test_prep.third perl.third $(TESTREQEXT) +test_notty.third: test_prep.third perl.third PERL=./perl.third $(MAKE) PERL_DEBUG=PERL_3LOG=1 _test_notty # Can't depend on lib/Config.pm because that might be where miniperl