]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Exit quickly when cmake or make fail
authorMason Donahue <masond+github@gmail.com>
Sun, 18 Oct 2015 19:40:18 +0000 (14:40 -0500)
committerMason Donahue <masond+github@gmail.com>
Sun, 18 Oct 2015 19:45:20 +0000 (14:45 -0500)
commitc48eece590d392e3f822af316c89557f54bb8415
treecd5ea8f265e0d4f3cc3d6ea02c0cdd22a0af8108
parentea82a2762be253f502bc95376791a6aaa87f4aed
Exit quickly when cmake or make fail

The compilation process itself doesn't take very long, but it's weird to
let it continue trying to build when we've encountered an error worthy
of changing cmake/make's return codes. This gives clear indication of a
failed build as the last line of the script's output.
Keyboards/cmake.bash