Eliminate redundant 'autobuild install' executions when reconfiguring the build
Review Request #300 - Created May 4, 2011 and submitted
Brad Kittenbrink | Reviewers | ||
http://bitbucket.org/brad_linden/viewer-mustbuildfaster-0 | viewer | ||
CHOP-609 | |||
None | viewer-development |
The use_prebuilt_binary macro handles automated installation of package dependencies using autobuild. The goal is that 'autobuild install' should only be run when we know we need to install a new package. Refactored things a bit to record the required state to achieve this goal.
Tested the build locally on windows and linux and testing in TC now.
Other reviews