From b33a2dd29d99d112d08b82522f9389b8e1b38caa Mon Sep 17 00:00:00 2001 From: zvecr Date: Sun, 10 May 2020 01:39:40 +0100 Subject: [PATCH] avoid 'Entering|Leaving directory' messages --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 9478c14f8c2a..9ad0755d57bf 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