diff options
author | Paul Green <Paul.Green@stratus.com> | 2002-03-05 12:34:00 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-06 00:25:27 +0000 |
commit | 0450e7295d41371e4cc26cab2c8ad9217ebda099 (patch) | |
tree | 5c42ed4ba29dd1b9550947a25995fb044d333c05 /Makefile.SH | |
parent | b1f2a06e5d790df280d57e40957119764c50b30a (diff) | |
download | perl-0450e7295d41371e4cc26cab2c8ad9217ebda099.tar.gz |
toplevel Makefile.SH
Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
p4raw-id: //depot/perl@15051
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 5f58ab7635..091b154a38 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 |