This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Relocatable @INC and parallel builds pretty much work now.
authorNicholas Clark <nick@ccl4.org>
Tue, 18 Apr 2006 13:10:35 +0000 (13:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 18 Apr 2006 13:10:35 +0000 (13:10 +0000)
p4raw-id: //depot/perl@27885

pod/perltodo.pod

index 1cff0ec..15995bc 100644 (file)
@@ -177,12 +177,6 @@ compilation, and hence remove the duplication, and the mistakes it has caused.
 Or if you prefer, tasks that you would learn from, and broaden your skills
 base...
 
-=head2 Relocatable perl
-
-The C level patches needed to create a relocatable perl binary are done, as
-is the work on F<Config.pm>. All that's left to do is the C<Configure> tweaking
-to let people specify how they want to do the install.
-
 =head2 make HTML install work
 
 There is an C<installhtml> target in the Makefile. It's marked as
@@ -301,13 +295,6 @@ possibly involving probing at install time or later, so that the C<%Config> in
 a binary distribution better describes the installed machine, when the
 installed machine differs from the build machine in some significant way.
 
-=head2 make parallel builds work
-
-Currently parallel builds (such as C<make -j3>) don't work reliably. We believe
-that this is due to incomplete dependency specification in the F<Makefile>.
-It would be good if someone were able to track down the causes of these
-problems, so that parallel builds worked properly.
-
 =head2 linker specification files
 
 Some platforms mandate that you provide a list of a shared library's external