Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-27 | Remove some unnecessary -pa arguments | Loïc Hoguin | |
They're already in ERL_LIBS. | |||
2018-11-26 | Use two colons for the shell target | Loïc Hoguin | |
2018-05-31 | Add $(TEST_DIR) to the default value of SHELL_PATHS | Krzysztof Jurewicz | |
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-10-22 | Add shell chapter and tests | Loïc Hoguin | |
2015-07-04 | Add $(verbose) to avoid completely silencing commands | Loïc Hoguin | |
2015-05-08 | Fix make help formatting | Loïc Hoguin | |
2014-12-17 | Use $(CURDIR) instead of ../$(PROJECT) for SHELL_PATH | Loïc Hoguin | |
This fixes the issue where the project name and project directory differ, and allow us to support directory of the form name-version. | |||
2014-09-08 | Created shell target | Rob Martin | |