diff options
author | Robin Barker <RMBarker@cpan.org> | 2005-06-01 10:55:16 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-01 09:12:37 +0000 |
commit | 5cf1bec94acfda2c63b79cbc3b0bce4e6fe08b97 (patch) | |
tree | 96d426061fa7f4f1ff1219514c0334e8827fcc88 /Makefile.SH | |
parent | 260b98e46e690a1c3d8264b63d5682aac4b0798e (diff) | |
download | perl-5cf1bec94acfda2c63b79cbc3b0bce4e6fe08b97.tar.gz |
eliminate always running mktables
Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
p4raw-id: //depot/perl@24656
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 575273ccce..5f4cf007a6 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -762,8 +762,9 @@ preplibrary: miniperl$(EXE_EXT) $(CONFIGPM) lib/lib.pm $(PREPLIBRARY_LIBPERL) # (If trying to create a new port and having problems with the configpm script, # try 'make minitest' and/or commenting out the tests at the end of configpm.) $(CONFIGPM): config.sh miniperl$(EXE_EXT) configpm Porting/Glossary - $(LDLIBPTH) ./miniperl -Ilib configpm --heavy=lib/Config_heavy.pl configpm.tmp + $(LDLIBPTH) ./miniperl -Ilib configpm --heavy=heavy.tmp configpm.tmp sh mv-if-diff configpm.tmp lib/Config.pm + sh mv-if-diff heavy.tmp lib/Config_heavy.pl lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl $(CONFIGPM) $(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp |