develooper Front page | perl.perl5.porters | Postings from March 2000

[PATCH 5.6.0-RC1] Small Makefile.SH enhancement

From:
Andy Dougherty
Date:
March 9, 2000 17:06
Subject:
[PATCH 5.6.0-RC1] Small Makefile.SH enhancement
Message ID:
Pine.SOL.4.10.10003092004070.15354-100000@maxwell.phys.lafayette.edu
To parallel makefile's 'okfile' target, I've added a 'nokfile' target.
Of course this isn't critical for 5.6.0 because no one will want to use it
since p5p's collective bug-squashing spree will render it pointless:-).

    Andy Dougherty		doughera@lafayette.edu
    Dept. of Physics
    Lafayette College, Easton PA 18042

--- Makefile.SH.shipped	Thu Mar  9 17:21:37 2000
+++ Makefile.SH	Thu Mar  9 17:22:16 2000
@@ -783,6 +783,9 @@
 nok:	utilities
 	$(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
 
+nokfile:	utilities
+	$(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok
+
 clist:	$(c)
 	echo $(c) | tr ' ' $(TRNL) >.clist
 






nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About