All submissions to this site are governed by the Second Life Viewer Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.

Review Board 1.6.11

Welcome to the Second Life Viewer Code Review tool.
See the documentation on our wiki for how to use this site.

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.