aboutsummaryrefslogtreecommitdiffstats
path: root/.compile.do
Commit message (Collapse)AuthorAgeFilesLines
* Change to #!/usr/bin/env bash for openbsd portabilityTomasz Kramkowski2021-08-051-1/+2
| | | | any flags are now passed with set -e
* default.o.do: Remove the need for a temporary depfileTomasz Kramkowski2021-07-211-1/+1
| | | | | | 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/+1
|
* Generate .config.rc (now .vars.rc) with redoTomasz Kramkowski2021-07-151-2/+2
| | | | | | 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 redoTomasz Kramkowski2021-07-141-7/+2
|
* Update build system to the latest luiml versionTomasz Kramkowski2021-05-311-0/+13