os/build-system/README.md
Georges Dupéron 1866822890 More READMEs
2019-03-05 14:51:10 +01:00

8 lines
453 B
Markdown

Simple build system.
* Purely functional, with reproducible and bootstrappable builds in mind
* Runs commands in isolated environments (virtual machine or `chroot` or `proot` with `env -i`)
* Inputs are distinguished at the syntactic level, and dependencies are automatically computed
* Does not rely on filesystem timestamps
* Results are memoized (if an output happens to be the same after regeneration, it will not be seen as an updated dependency)