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 [EMAIL PROTECTED] 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) ====

@@ -490,6 +490,7 @@
                ..\utils\libnetcfg      \
                ..\utils\enc2xs         \
                ..\utils\piconv         \
+               ..\utils\corelist       \
                ..\utils\cpan           \
                ..\utils\xsubpp         \
                ..\utils\prove          \
@@ -1131,7 +1132,7 @@
            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) ====

@@ -627,6 +627,7 @@
                ..\utils\libnetcfg      \
                ..\utils\enc2xs         \
                ..\utils\piconv         \
+               ..\utils\corelist       \
                ..\utils\cpan           \
                ..\utils\xsubpp         \
                ..\utils\prove          \
@@ -1287,7 +1288,7 @@
            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)

Reply via email to