In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f258a6564e3eb38de5b8579ae5a707b154b7d53f?hp=9cdcb38b4c31a45dcd09aebdede952de356c30f0>
- Log ----------------------------------------------------------------- commit f258a6564e3eb38de5b8579ae5a707b154b7d53f Author: Nicholas Clark <[email protected]> Date: Wed Sep 23 05:22:56 2009 +0100 Temporarily reinstate a _test target for the benefit of the smokers. Make it warn that it is deprecated. To be removed once the smokers upgrade. ----------------------------------------------------------------------- Summary of changes: Makefile.SH | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Makefile.SH b/Makefile.SH index cb19b13..9dad2e5 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1303,7 +1303,11 @@ makedepend: makedepend.SH config.sh test.utf16 check.utf16 utest.utf16 ucheck.utf16 \ test.third check.third utest.third ucheck.third test_notty.third \ test.deparse test_notty.deparse test_harness test_harness_notty \ - minitest coretest test.taintwarn test-reonly + minitest coretest test.taintwarn test-reonly _test + +_test: + echo >&2 The _test target is deprecated. Please upgrade your smoker + PERL=./perl ./runtests choose # Cannot delegate rebuilding of t/perl to make # to allow interlaced test and minitest -- Perl5 Master Repository
