In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9e716730a7a2ac25b33046db09cf147435f58b9f?hp=b97ea83254457bb54ffb80694b355111d431712c>

- Log -----------------------------------------------------------------
commit 9e716730a7a2ac25b33046db09cf147435f58b9f
Author: H.Merijn Brand <[email protected]>
Date:   Sat May 13 18:11:53 2017 +0200

    Restore _test make target
-----------------------------------------------------------------------

Summary of changes:
 Makefile.SH | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.SH b/Makefile.SH
index 75b506cd71..51d3c8ee47 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1499,8 +1499,9 @@ depend: makedepend $(DTRACE_H) $(generated_headers)
        test_prep_reonly test_tty test-tty test_notty test-notty \
        test_harness test_harness_notty minitest test-reonly _test
 
+# The _test target is there just for Test::Smoke, which does a make test_prep
+# always before invoking this target, thus preventing checking again
 _test:
-       echo >&2 The _test target is deprecated. Please upgrade your smoker
        $(RUN_TESTS) choose
 
 # Cannot delegate rebuilding of t/perl to make

--
Perl5 Master Repository

Reply via email to