Don't run builtin rules for submake

To speed up the compilation
This commit is contained in:
Fred Sundvik 2016-08-09 08:31:04 +03:00
parent 881bde8258
commit e4c842de02
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ define PARSE_KEYMAP
COMMAND_$$(COMMAND) := \
printf "Compiling $$(KB_SP) with $(BOLD)$$(CURRENT_KM)$(NO_COLOR)" | \
$(AWK) '{ printf "%-118s", $$$$0;}'; \
LOG=$$$$($$(MAKE) -C $(ROOT_DIR) -f build_keyboard.mk $$(MAKE_VARS) 2>&1) ; \
LOG=$$$$($$(MAKE) -r -R -C $(ROOT_DIR) -f build_keyboard.mk $$(MAKE_VARS) 2>&1) ; \
if [ $$$$? -gt 0 ]; \
then $$(PRINT_ERROR_PLAIN); \
elif [ "$$$$LOG" != "" ] ; \