Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In particular, instead of:
exe{test}: test{testscript}
We should now write:
exe{test}: testscript
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Failed that we can't handle multi-package projects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following buildfiles are loaded (if present) at appropriate times from the
out_root subdirectories of a project:
build/bootstrap/pre-*.build # before loading bootstrap.build
build/bootstrap/post-*.build # after loading bootstrap.build
build/root/pre-*.build # before loading root.build
build/root/post-*.build # after loading root.build
|
|
|
|
|
|
Now we can do:
run echo 'foo = bar'
print $foo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In other tools (which may also have --[no-]progress) -p is used for
something else.
|
|
|
|
This allows moving out_root of simple projects (no rpath, -I$out_root, or
similar) without causing a re-link which we use for testing.
|