write_buildcustomize.pl: Setup $^O to be the target os when building Core.
authorJess Robinson <castaway@desert-island.me.uk>
Sat, 29 Dec 2012 21:32:30 +0000 (21:32 +0000)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 22 Jan 2014 16:08:20 +0000 (13:08 -0300)
commitfdf90be34ec1e35c5b772dae2e8b3eb72df66a85
tree0264e44dd3d741393ebfa38f78b1fb7746410cf0
parented9ba3bbdb87bec68e0f8d47a3a5c2253c96f950
write_buildcustomize.pl: Setup $^O to be the target os when building Core.

This allows the correct hints files to be loaded when building modules
We do this by giving write_buildcustomize.pl a 'osname' parameter.

This means that write_buildcustomize.pl no longer depends on
Config to get osname, which eliminates a circular dependency
in the Makefiles.
write_buildcustomize.pl