summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>1999-04-27 13:02:43 +0000
committerTodd Rinaldo <toddr@cpanel.net>2019-10-19 07:03:09 -0500
commitbcbebcb7816dd63681c68429ecf21a0698afc0d0 (patch)
tree0f66ebf1dabbe5780034c15391eeda7af38bf9c7
parent45a7181c7ce8c0ac0d6478a4c7f92246335bda4c (diff)
downloadperl-bcbebcb7816dd63681c68429ecf21a0698afc0d0.tar.gz
Add 'okfile' target to makefile.
(from Hugo van der Sanden <hv@crypt.compulink.co.uk>) p4raw-id: //depot/maint-5.004/perl@3285
-rw-r--r--Makefile.SH7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 9257db0dce..1352751f35 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -560,10 +560,13 @@ minitest: miniperl
# installed perlbug. We don't re-run the tests here - we trust the user.
# Please *don't* use this unless all tests pass.
# If you want to report test failures, use "make nok" instead.
-ok:
+ok: utilities
$(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
-nok:
+okfile: utilities
+ $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
+
+nok: utilities
$(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
clist: $(c)