From: Paul Green Date: Tue, 5 Mar 2002 17:34:00 +0000 (-0500) Subject: toplevel Makefile.SH X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b7e50ea3f3d285866b48ac7dbf9205811e6c832;p=p5sagit%2Fp5-mst-13.2.git toplevel Makefile.SH Message-Id: <200203052233.RAA18424@mailhub2.stratus.com> p4raw-id: //depot/perl@15051 --- diff --git a/Makefile.SH b/Makefile.SH index 5f58ab7..091b154 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -652,13 +652,16 @@ sperl$(OBJ_EXT): perl.c $(h) # We have to call our ./makedir because Ultrix 4.3 make can't handle the line # test -d lib/auto || mkdir lib/auto +# We need to autosplit in two steps because VOS can't handle so many args # .PHONY: preplibrary preplibrary: miniperl$(EXE_EXT) lib/Config.pm lib/lib.pm $(PREPLIBRARY_LIBPERL) @sh ./makedir lib/auto @echo " AutoSplitting perl library" $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \ - autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm + autosplit_lib_modules(@ARGV)' lib/*.pm + $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \ + autosplit_lib_modules(@ARGV)' lib/*/*.pm $(MAKE) lib/re.pm # Take care to avoid modifying lib/Config.pm without reason