| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This should force rebuilding targets which depend on tools which have
changed in the filesystem and prevent envrionment changes from causing
build changes. But this should be documented.
Ideally a redo with a redo-always (or more aptly named redo-ifredo)
would mark an env target as needing redoing every time you run redo on a
deptree which includes it and this would in turn cause rebuilding of
things which rely on the environment (like tools which run from the
path).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
any flags are now passed with set -e
|
| |
|
| |
|
|
This avoids relying on configure generating anything, this should also
make it easier to ensure that git-bisect builds don't need any
reconfiguring or cleans.
|