1
0
Fork 0

avoid 'Entering|Leaving directory' messages (#9061)

This commit is contained in:
Joel Challis 2020-05-14 23:17:17 +01:00 committed by GitHub
parent 887c1c4e0e
commit 2dd47a3bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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