diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-06-12 09:44:37 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-06-13 15:19:21 +0200 |
commit | f6b3c354c9a2b091250502d4d877969b8a1185a0 (patch) | |
tree | f14d56fbce05ed46c289146d93870fd7757639d0 /vms | |
parent | cb251201d6951395845f27476706749c5c0e12f7 (diff) | |
download | perl-f6b3c354c9a2b091250502d4d877969b8a1185a0.tar.gz |
Remove the Icwd Makefile macros as lib/buildcustomize.pl now sets this up.
Now that lib/buildcustomize.pl is built at the same time as building
miniperl, it will always have added paths to Cwd into @INC. Hence there's no
longer a need for Makefile macros to do this.
On Win32 we can't eliminate $(ICWD) completely as it's also being used for some
invocations of the (real) perl binary. Only miniperl loads buildcustomize.pl
to set up @INC to include paths for the initial locations of modules such
as Cwd.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index c72b19e330..7f919719a0 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -181,7 +181,7 @@ NOOP = continue # Macros to invoke a copy of miniperl during the build. Targets which # are built using these macros should depend on $(MINIPERL_EXE) MINIPERL_EXE = Sys$Disk:[]miniperl$(E) -MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" "-I[.dist.Cwd]" "-I[.dist.Cwd.lib]" +MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" MINIPERLQ = MCR $(MINIPERL_EXE) ""-I[.lib]"" XSUBPP = $(MINIPERL) "-I[.ext.re]" [.lib.extutils]xsubpp -noprototypes # Macro to invoke a preexisting copy of Perl. This is used to regenerate |