From: Spider Boardman Date: Wed, 27 Jan 1999 12:27:15 +0000 (-0500) Subject: Apply change #2711 from maint-5.005: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=39fa2da706e5b2820e5e3b8658ae46922b67eb5e;p=p5sagit%2Fp5-mst-13.2.git Apply change #2711 from maint-5.005: make ok", "make okfile", and "make nok" were broken with -Duseshrplib, because of a shared typo. To: perlbug@perl.com Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) Message-Id: <199901271727.MAA233455@web.zk3.dec.com> p4raw-link: @2711 on //depot/maint-5.005/perl: 25c9db45d05d4eea80132d08a1e350d0a3aba813 p4raw-id: //depot/cfgperl@2768 --- diff --git a/Makefile.SH b/Makefile.SH index 967b952..a5fa1a0 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -613,13 +613,13 @@ minitest: miniperl lib/re.pm # Please *don't* use this unless all tests pass. # If you want to report test failures, use "make nok" instead. ok: utilities - $(LBLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' + $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' okfile: utilities - $(LBLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok + $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok nok: utilities - $(LBLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' + $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' clist: $(c) echo $(c) | tr ' ' $(TRNL) >.clist