summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-05-14 23:17:17 +0100
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commit375e2d7ec85eb0b16eba10bcbab447081b4633a4 (patch)
tree585a22d6b8d090ce3e62df2c2d59526b99da8b64 /Makefile
parentb3e265538d4e895ed02d5c24ab79c404a745c8e9 (diff)
avoid 'Entering|Leaving directory' messages (#9061)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d1f05502f..fd480e438c 100644
--- a/Makefile
+++ b/Makefile
@@ -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