Rafael Garcia-Suarez wrote: > On 18/12/06, Ilya Zakharevich <[EMAIL PROTECTED]> wrote: >> This collects OS/2-specific patches for problems (and OS/2-specific >> enhancements) which do not affect build of Perl itself, and do not affect >> the test suite. >> >> This description starts with patches to files used outside of OS/2 >> too; then >> I document patches to OS/2-specific files. > > Thanks, apllied as change #29580 to bleadperl. > > I tweaked the patch to ExtUtils::MM_Unix to make it more portable > (apparently there's a variable to be used to replace the "-f" switch > to "make".)
I've got questions about the MakeMaker portion of the patch. "doc_inst_perl" target may get confused in absense of Makefile.PL; Under what conditions is there no Makefile.PL? enable parallel build of subdirs (useful due to the way static perl binary distribution is created). Could you explain this further? The code does not appear to be changing the building of subdirs but the testing of them. Is the idea to add a new subdirs-test target so that parallel make has a target to parallelize thus allowing the top tests and subdir test to run simultaneously? How is this related to static builds?