]> git.donarmstrong.com Git - qmk_firmware.git/commit
tmk_core/rules.mk: Make PRINT_ERROR* stop on error
authorGergely Nagy <algernon@madhouse-project.org>
Wed, 27 Jul 2016 06:53:05 +0000 (08:53 +0200)
committerGergely Nagy <algernon@madhouse-project.org>
Wed, 27 Jul 2016 06:53:05 +0000 (08:53 +0200)
commitdd770547909ff0bbc391fbf38493cbd08285fb4c
treeb4d05c4add9fd1f48cf48bf5cc4370e81e16f86a
parent93f366fa7d59d0a3abb03879da88082a1e2128a8
tmk_core/rules.mk: Make PRINT_ERROR* stop on error

Instead of `&& false`, explicitly `exit 1` to make the rules using these macros
fail. This fixes #571, and likely breaks Travis badly.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
tmk_core/rules.mk