From: Craig A. Berry Date: Wed, 7 Jun 2006 12:29:32 +0000 (+0000) Subject: autosplit one level deeper so we don't miss anything X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3a94e501dbe10762051bcbebb08de1b44fba9bf2;p=p5sagit%2Fp5-mst-13.2.git autosplit one level deeper so we don't miss anything on a second pass (where lib/auto already exists) p4raw-id: //depot/perl@28368 --- diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 29c1e44..0902516 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -693,7 +693,7 @@ dynext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary preplibrary : $(MINIPERL_EXE) $(LIBPREREQ) @ Write Sys$Output "Autosplitting Perl library . . ." @ Create/Directory [.lib.auto] - @ $(MINIPERL) -e "use AutoSplit; autosplit_lib_modules(@ARGV)" [.lib]*.pm [.lib.*]*.pm + @ $(MINIPERL) -e "use AutoSplit; autosplit_lib_modules(@ARGV)" [.lib]*.pm [.lib.*]*.pm [.lib.*.*]*.pm [.lib.pods]perl.pod : [.pod]perl.pod @ If F$Search("[.lib]pods.dir").eqs."" Then Create/Directory [.lib.pods]