Skip to content

Commit

Permalink
avoid 'Entering|Leaving directory' messages (qmk#9061)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and turky committed Jun 13, 2020
1 parent d12de28 commit 5671fc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5671fc2

Please sign in to comment.