aboutsummaryrefslogtreecommitdiffstats
path: root/core/rel.mk
AgeCommit message (Collapse)Author
2017-05-12Make sure the build fails if a docs/rel/test/shell dep failsJean-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-21Update Copyright notices2016.10.21Loïc Hoguin
2015-09-22Add REL_DEPS along with its testLoïc Hoguin