summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>1998-07-01 23:14:22 +0200
committerGurusamy Sarathy <gsar@cpan.org>1998-07-04 05:10:25 +0000
commit105f9295f78e59680043922daac4ef6085834045 (patch)
tree9ac58af4a60b925b4a32631d8e906249cd707905 /Makefile.SH
parentef64f398041e39403718b830b0e15752f4a1cfbf (diff)
downloadperl-105f9295f78e59680043922daac4ef6085834045.tar.gz
add perlbug -F switch to save message to file
Message-Id: <l03130301b1c03a649e45@[194.222.64.89]> Subject: Re: [PATCH 5.004_69] perlbug -fok p4raw-id: //depot/perl@1294
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index e4323b7144..7e9e384603 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -589,6 +589,9 @@ minitest: miniperl
ok: utilities
$(LBLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
+okfile: utilities
+ $(LBLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
+
nok: utilities
$(LBLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'