This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the Icwd Makefile macros as lib/buildcustomize.pl now sets this up.
authorNicholas Clark <nick@ccl4.org>
Wed, 12 Jun 2013 07:44:37 +0000 (09:44 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 13 Jun 2013 13:19:21 +0000 (15:19 +0200)
commitf6b3c354c9a2b091250502d4d877969b8a1185a0
treef14d56fbce05ed46c289146d93870fd7757639d0
parentcb251201d6951395845f27476706749c5c0e12f7
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.
Makefile.SH
vms/descrip_mms.template
win32/Makefile
win32/makefile.mk