aboutsummaryrefslogtreecommitdiffstats
path: root/default.o.do
Commit message (Collapse)AuthorAgeFilesLines
* add bash ft modelines to bash do filesTomasz Kramkowski2021-08-081-0/+1
|
* set -o pipefail when it is necessaryTomasz Kramkowski2021-08-071-1/+1
|
* default.o.do: rename compiler to toolTomasz Kramkowski2021-08-061-4/+4
|
* Implement compile_commands.json generationTomasz Kramkowski2021-08-061-1/+2
|
* Cross compilation supportTomasz Kramkowski2021-08-051-2/+7
|
* .parse-deps: No longer executable, called with sed -fTomasz Kramkowski2021-08-051-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 portabilityTomasz Kramkowski2021-08-051-1/+2
| | | | any flags are now passed with set -e
* .parse-depfile -> .parse-deps - as it's no longer used with filesTomasz Kramkowski2021-07-221-2/+2
|
* default.o.do: Remove the need for a temporary depfileTomasz Kramkowski2021-07-211-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 tempfilesTomasz Kramkowski2021-07-181-1/+3
|
* Always call redo-ifchange with argumentsTomasz Kramkowski2021-07-141-2/+2
|
* Remove need for test.o.do by adding @BUILD_DEP directiveTomasz Kramkowski2021-07-141-1/+3
|
* Update redo scripts to work with jdebp redoTomasz Kramkowski2021-07-141-0/+0
|
* Update build system to the latest luiml versionTomasz Kramkowski2021-05-311-5/+4
|
* build: Fix default.o.do exit statusTomasz Kramkowski2020-09-121-1/+1
|
* build: Fix flag passing to the linker and compiler.Tomasz Kramkowski2020-09-121-1/+1
|
* Switch to using redoTomasz Kramkowski2020-09-091-0/+5