Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | default.o.do: rename compiler to tool | Tomasz Kramkowski | 2021-08-06 | 1 | -4/+4 |
| | |||||
* | Implement compile_commands.json generation | Tomasz Kramkowski | 2021-08-06 | 1 | -1/+2 |
| | |||||
* | Cross compilation support | Tomasz Kramkowski | 2021-08-05 | 1 | -2/+7 |
| | |||||
* | .parse-deps: No longer executable, called with sed -f | Tomasz Kramkowski | 2021-08-05 | 1 | -2/+2 |
| | | | | as #!/usr/bin/sed is not portable, it is easier to just use sed -f | ||||
* | Change to #!/usr/bin/env bash for openbsd portability | Tomasz Kramkowski | 2021-08-05 | 1 | -1/+2 |
| | | | | any flags are now passed with set -e | ||||
* | .parse-depfile -> .parse-deps - as it's no longer used with files | Tomasz Kramkowski | 2021-07-22 | 1 | -2/+2 |
| | |||||
* | default.o.do: Remove the need for a temporary depfile | Tomasz Kramkowski | 2021-07-21 | 1 | -5/+3 |
| | | | | | | By making .compile print dependencies on stdout, the need for a temporary depfile is now gone as the dependencies can be piped straight into parse-depfile. | ||||
* | Do not store .d files permanently. Use tempfiles | Tomasz Kramkowski | 2021-07-18 | 1 | -1/+3 |
| | |||||
* | Always call redo-ifchange with arguments | Tomasz Kramkowski | 2021-07-14 | 1 | -2/+2 |
| | |||||
* | Remove need for test.o.do by adding @BUILD_DEP directive | Tomasz Kramkowski | 2021-07-14 | 1 | -1/+3 |
| | |||||
* | Update redo scripts to work with jdebp redo | Tomasz Kramkowski | 2021-07-14 | 1 | -0/+0 |
| | |||||
* | Update build system to the latest luiml version | Tomasz Kramkowski | 2021-05-31 | 1 | -5/+4 |
| | |||||
* | build: Fix default.o.do exit status | Tomasz Kramkowski | 2020-09-12 | 1 | -1/+1 |
| | |||||
* | build: Fix flag passing to the linker and compiler. | Tomasz Kramkowski | 2020-09-12 | 1 | -1/+1 |
| | |||||
* | Switch to using redo | Tomasz Kramkowski | 2020-09-09 | 1 | -0/+5 |