~ruther/qmk_firmware

2dd47a3bf4d0d7b86bde0cd51d45d75c76b549c3 — Joel Challis 5 years ago 887c1c4
avoid 'Entering|Leaving directory' messages (#9061)

1 files changed, 3 insertions(+), 0 deletions(-)

M Makefile
M Makefile => Makefile +3 -0
@@ 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