This is an automated email from the git hooks/post-receive script.
Charles Baylis pushed a change to branch master in repository toolchain/abe.
from 47d63b4 Fix sysroot path when importing manifest. new ccc4b03 Move component list generation to separate function. new ce1b54c Refactor parts of build_all() into separate functions. new d578f26 Add lib/control.sh to control sequence of build steps. new cc487d1 Remove redundant source update code from build() new 3408f63 Create manifest when doing "--checkout all"
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: abe.sh | 57 +++++++-------- lib/checkout.sh | 2 + lib/common.sh | 1 + lib/control.sh | 156 +++++++++++++++++++++++++++++++++++++++++ lib/globals.sh | 35 +++++++++ lib/make.sh | 214 ++++++++++++++++++++------------------------------------ 6 files changed, 297 insertions(+), 168 deletions(-) create mode 100644 lib/control.sh