This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #128438) build ppport.h instead of using a dummy file
authorTony Cook <tony@develop-help.com>
Wed, 22 Jun 2016 05:43:21 +0000 (15:43 +1000)
committerTony Cook <tony@develop-help.com>
Thu, 28 Jul 2016 04:32:57 +0000 (14:32 +1000)
commit8657e86b4fb3c8cf23a0c23b7093dda2e79b462b
tree4d61b361f9f2f93e03f1c1741f0a34014463f088
parentf525b3584353df90f0280edfb22b296ae7fdaa65
(perl #128438) build ppport.h instead of using a dummy file

The changes to parallelize win32 perl builds with dmake and gmake
assumed that ppport.h only provided macros and functions that are
already provided by the latest perl.

This turns out not to be the case, preventing the building of
a new Scalar-List-Utils with dmake and gmake.

I only briefly considered changing Scalar-List-Utils - the difference
in build systems is what lead to the failure, so properly build ppport.h
so that all Win32 builds have a full ppport.h just as POSIXish builds
do.
win32/.gitignore
win32/GNUmakefile
win32/makefile.mk