Browse Source

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

pull/9102/head 0.8.160
Joel Challis 4 years ago
committed by GitHub
parent
commit
2dd47a3bf4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

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


Loading…
Cancel
Save