This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/unicore/mktables needs to get File::Spec from ext/Cwd/lib
authorNicholas Clark <nick@ccl4.org>
Sat, 19 Sep 2009 16:15:18 +0000 (17:15 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 19 Sep 2009 16:15:18 +0000 (17:15 +0100)
commitf54fcafc498511d9a430cf4ef0aca22ac67b9575
tree81078e09d1e7d551738b9492c564d34943bb2c20
parent38cd195c665c35bd946e2265512bec7d92019088
lib/unicore/mktables needs to get File::Spec from ext/Cwd/lib

It was only parallel make order roulette that it was working on my machine.
VMS doesn't have this problem, as it's invoking mktables from the top level,
using its -C option to change directory, and VMS's $(MINIPERL) has an -I option
for [.ext.Cwd.lib]

Maybe all platforms should swap to using the -C approach.
Makefile.SH
win32/Makefile
win32/makefile.mk