diff options
author | Joel Challis <git@zvecr.com> | 2020-05-14 23:17:17 +0100 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-06-12 17:00:27 +0900 |
commit | 375e2d7ec85eb0b16eba10bcbab447081b4633a4 (patch) | |
tree | 585a22d6b8d090ce3e62df2c2d59526b99da8b64 /Makefile | |
parent | b3e265538d4e895ed02d5c24ab79c404a745c8e9 (diff) |
avoid 'Entering|Leaving directory' messages (#9061)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ $(info QMK Firmware $(QMK_VERSION)) endif endif +# avoid 'Entering|Leaving directory' messages +MAKEFLAGS += --no-print-directory + ON_ERROR := error_occurred=1 BREAK_ON_ERRORS = no |