diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -29,6 +29,9 @@ $(info QMK Firmware $(QMK_VERSION)) | |||
| 29 | endif | 29 | endif |
| 30 | endif | 30 | endif |
| 31 | 31 | ||
| 32 | # avoid 'Entering|Leaving directory' messages | ||
| 33 | MAKEFLAGS += --no-print-directory | ||
| 34 | |||
| 32 | ON_ERROR := error_occurred=1 | 35 | ON_ERROR := error_occurred=1 |
| 33 | 36 | ||
| 34 | BREAK_ON_ERRORS = no | 37 | BREAK_ON_ERRORS = no |
