In perl.git, the branch tonyc/staticcwd has been created <http://perl5.git.perl.org/perl.git/commitdiff/af374f8da969943c260108ea3401d71c24394b19?hp=0000000000000000000000000000000000000000>
at af374f8da969943c260108ea3401d71c24394b19 (commit) - Log ----------------------------------------------------------------- commit af374f8da969943c260108ea3401d71c24394b19 Author: Tony Cook <t...@develop-help.com> Date: Tue Mar 29 22:15:23 2011 +1100 if List-Util is built statically, depend on $(PERL_EXE) instead of the shared library of course, it could be that these dependencies are as redundant as the rest. M Makefile.SH commit 8aafd8b437abd2cb14d9c0dea0aa8f9f90f41cd6 Author: Tony Cook <t...@develop-help.com> Date: Tue Mar 29 21:42:48 2011 +1100 remove unused dependency rule generation for Text/ParseWords 1) Text/ParseWords isn't XS, so never appears in dynamic_ext 2) there's no lib/auto/Scalar/Util.$dlext target, the file would be lib/auto/Scalar/Util/Util.$dlext , but it's built as part of List-Util, so there's no dependency lib/auto/Scalar/Util/Util.$dlext anyway. M Makefile.SH commit 0de5f49db229db023924340b66d7f6d4bbe78ae2 Author: Tony Cook <t...@develop-help.com> Date: Tue Mar 29 21:32:52 2011 +1100 handle a static Cwd when generating the deps for x2p/utils M Makefile.SH commit 91af1f85f021b3ca2bab8ccae6cb5aaba83815c0 Author: Tony Cook <t...@develop-help.com> Date: Tue Mar 29 21:04:25 2011 +1100 remove unneeded dependencies against Cwd these were added because the build process for Encode and SDBM_File changes directory, invalidating the original "../lib:../../lib" PERL5LIB. With buildcustomize.pl they can change directory safely. M Makefile.SH ----------------------------------------------------------------------- -- Perl5 Master Repository