Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean: always manually remove, use redo-targets to check | Tomasz Kramkowski | 2021-09-21 | 1 | -6/+15 |
| | | | | | | | | | clean will now always use the non-redo-targets clean method, but if redo-targets is available it will check that there's nothing missing from the logic. This isn't bulletproof but it's better than having a working clean when using a redo with redo-targets and then having a broken clean logic because I forgot to add something when not using a redo-targets redo. | ||||
* | clean: fix all the non-redo-targets bugs | Tomasz Kramkowski | 2021-08-05 | 1 | -2/+2 |
| | |||||
* | Cross compilation support | Tomasz Kramkowski | 2021-08-05 | 1 | -2/+3 |
| | |||||
* | Make clean use redo-targets if it exists | Tomasz Kramkowski | 2021-07-18 | 1 | -2/+6 |
| | |||||
* | Do not store .d files permanently. Use tempfiles | Tomasz Kramkowski | 2021-07-18 | 1 | -1/+1 |
| | |||||
* | Generate .config.rc (now .vars.rc) with redo | Tomasz Kramkowski | 2021-07-15 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Update redo scripts to work with jdebp redo | Tomasz Kramkowski | 2021-07-14 | 1 | -1/+1 |
| | |||||
* | Update build system to the latest luiml version | Tomasz Kramkowski | 2021-05-31 | 1 | -0/+3 |