Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-12 | Make sure the build fails if a docs/rel/test/shell dep fails | Jean-Sébastien Pédron | |
Before this change, the build would continue, even if a dependency failed to build. This could lead to obscure errors in the middle of a testsuite for instance. With this change, the build fails immediately, exactly like when a regular dependency fails to build. While here, replace most uses of `|| exit $$?` with `set -e`. This simplifies error handling if we need to add more commands to each blocks. Also, echo error messages to stderr. | |||
2016-10-21 | Update Copyright notices2016.10.21 | Loïc Hoguin | |
2015-07-04 | Add $(verbose) to avoid completely silencing commands | Loïc Hoguin | |
2015-05-09 | Skip any handling of dependencies if SKIP_DEPS is defined | Loïc Hoguin | |
This includes fetching and compilation. Example usage: SKIP_DEPS=1 make tests Should improve people's life when there are no Internets. | |||
2015-05-07 | Add Asciidoc documentation support | Loïc Hoguin | |