Explorar el Código

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

Joel Challis hace 5 años
padre
commit
2dd47a3bf4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -29,6 +29,9 @@ $(info QMK Firmware $(QMK_VERSION))
 endif
 endif
 endif
 endif
 
 
+# avoid 'Entering|Leaving directory' messages
+MAKEFLAGS += --no-print-directory
+
 ON_ERROR := error_occurred=1
 ON_ERROR := error_occurred=1
 
 
 BREAK_ON_ERRORS = no
 BREAK_ON_ERRORS = no