diff options
author | Hugo van der Sanden <hv@crypt.org> | 1998-07-01 23:14:22 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-04 05:10:25 +0000 |
commit | 105f9295f78e59680043922daac4ef6085834045 (patch) | |
tree | 9ac58af4a60b925b4a32631d8e906249cd707905 /Makefile.SH | |
parent | ef64f398041e39403718b830b0e15752f4a1cfbf (diff) | |
download | perl-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.SH | 3 |
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)' |