PERL PERL5 PORTERS 23 BLEADPERL PATCH WIN32 MAKEFILES WERENT UPDATED TO HANDLE NEW CORELIST TOOL
Date: Fri, 18 Feb 2005 17:24:17 +0100

Subject: (bleadperl PATCH) Win32 Makefiles werent updated to handle new corelist tool
From: demerphq@no-spam (Demerphq)

The win32 Makefiles weren't modified when corelist was added causing complaints during install.

Attached patch fixes the problem.

Cheers,
Yves -- First they ignore you, then they laugh at you, then they fight you,
then you win.
+Gandhi
[Base64 win32-makefiles.patch]


Date: Fri, 18 Feb 2005 17:34:57 +0100

Subject: Re: (bleadperl PATCH) Win32 Makefiles werent updated to handle new









From: rgarciasuarez@no-spam (Rafael Garcia-Suarez)
demerphq wrote:
> The win32 Makefiles weren't modified when corelist was added causing > complaints during install.
> > Attached patch fixes the problem.

Good catch. Actually I applied this, adding corelist to the clean target as well :


Change 23984 by rgs@no-spam on 2005/02/18 16:07:54

Add corelist to the win32 makefiles (noticed by demerphq)

Affected files ...

... //depot/perl/win32/Makefile#254 edit ... //depot/perl/win32/makefile.mk#285 edit
Differences ...

==== //depot/perl/win32/Makefile#254 (text) ====

@@no-spam -490,6 +490,7 @@no-spam ..\utils\libnetcfg \
..\utils\enc2xs \
..\utils\piconv \
+ ..\utils\corelist \
..\utils\cpan \
..\utils\xsubpp \
..\utils\prove \
@@no-spam -1131,7 +1132,7 @@no-spam podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \
perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \
- xsubpp instmodsh prove + xsubpp instmodsh prove corelist -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new -del /f $(CONFIGPM)

==== //depot/perl/win32/makefile.mk#285 (text) ====

@@no-spam -627,6 +627,7 @@no-spam ..\utils\libnetcfg \
..\utils\enc2xs \
..\utils\piconv \
+ ..\utils\corelist \
..\utils\cpan \
..\utils\xsubpp \
..\utils\prove \
@@no-spam -1287,7 +1288,7 @@no-spam podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \
perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \
- xsubpp instmodsh prove + xsubpp instmodsh prove corelist -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new -del /f $(CONFIGPM)