aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-05-14 23:17:17 +0100
committerGitHub <noreply@github.com>2020-05-14 23:17:17 +0100
commit2dd47a3bf4d0d7b86bde0cd51d45d75c76b549c3 (patch)
tree8f1500dc7b82823496a358a9ab1a07ba786da420 /Makefile
parent887c1c4e0e6f51dcc22a365fa245fd6f8bc2ba1c (diff)
downloadqmk_firmware-2dd47a3bf4d0d7b86bde0cd51d45d75c76b549c3.tar.gz
qmk_firmware-2dd47a3bf4d0d7b86bde0cd51d45d75c76b549c3.zip
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 9478c14f8..9ad0755d5 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,9 @@ $(info QMK Firmware $(QMK_VERSION))
29endif 29endif
30endif 30endif
31 31
32# avoid 'Entering|Leaving directory' messages
33MAKEFLAGS += --no-print-directory
34
32ON_ERROR := error_occurred=1 35ON_ERROR := error_occurred=1
33 36
34BREAK_ON_ERRORS = no 37BREAK_ON_ERRORS = no