Remove Code Duplication
Brought to you by:
gordonwatts
ProjectBuildConfigSpec and ProjectCreationInfo are actually quite similar. For example -- we need global options (like -j3 for a 3 CPU machine). It might be nice to hold ProjectBuildConfigSpec as a global spec in the PCI, along with the list of specifics, and then have an "+" operator.
An idea for some code cleanup. :-)