develooper Front page | perl.vmsperl | Postings from May 2002

[PATCH: perl@16267] remove the extraneous "all" target from the run of make_exton VMS only

Thread Next
From:
PPrymmer
Date:
May 1, 2002 06:55
Subject:
[PATCH: perl@16267] remove the extraneous "all" target from the run of make_exton VMS only
Message ID:
OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11
The enclosed patch exploits a MakeMaker bug fix that
Michael Schwern provided a couple weeks ago.  We no longer
need to run the make utility on VMS with the 'all' target to build
ext extensions.  Hence it provides a test of the module building
recipe currently documented in perlmodinstall.pod.

This patch was mentioned on the vmsperl list where it drew
no discussion (from which I surmise no opposition).

--- vms/descrip_mms.template;1      Sat Apr 27 20:27:55 2002
+++ vms/descrip_mms.template  Mon Apr 29 16:40:48 2002
@@ -489,7 +489,7 @@
      @ Rename/Log xsloader.pm [.ext.dynaloader]

 dynext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary
-       @make_ext "$(MINIPERL_EXE)" "$(MMS)" all
+       @make_ext "$(MINIPERL_EXE)" "$(MMS)"

 [.lib]lib.pm : [.lib]lib_pm.PL
      $(MINIPERL) $(MMS$SOURCE)
End of Patch.

Peter Prymmer



Thread Next


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