From 375e2d7ec85eb0b16eba10bcbab447081b4633a4 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 14 May 2020 23:17:17 +0100 Subject: avoid 'Entering|Leaving directory' messages (#9061) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3