On Wed, May 01, 2002 at 09:54:51AM -0400, [EMAIL PROTECTED] wrote: > 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).
Thanks, applied. > --- 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 > -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen
