This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In buildtoc, only have entries in %Build for targets being built.
authorNicholas Clark <nick@ccl4.org>
Sat, 22 Jan 2011 12:05:22 +0000 (12:05 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 22 Jan 2011 12:05:22 +0000 (12:05 +0000)
commit9dce16cd064e70e66b1b719eba219ba6d0e7a001
tree291440e43592babaa4bb11742e49379c4e6c1da0
parent15e7524267604acab10d2b726fc1e74d674fa4d2
In buildtoc, only have entries in %Build for targets being built.

Also, use the file names as values. Effectively now it is a slice of %Targets,
containing just things to be built.

Previously it held all targets (and the phony 'all' target), and had
defined/undefined values for whether they should be built.
pod/buildtoc