|
@@ -68,37 +68,8 @@ PATH_ELEMENTS := $(subst /, ,$(STARTING_DIR))
|
|
|
|
|
|
$(eval $(call NEXT_PATH_ELEMENT))
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
+
|
|
|
.PHONY: list-keyboards
|
|
|
list-keyboards:
|
|
|
util/list_keyboards.sh | sort -u | tr '\n' ' '
|
|
@@ -131,7 +102,6 @@ endif
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
@@ -189,7 +159,6 @@ endef
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
define TRY_TO_MATCH_RULE_FROM_LIST_HELPER2
|
|
|
|
|
|
ifneq ($1,)
|
|
@@ -386,23 +355,6 @@ define PARSE_ALL_KEYBOARDS
|
|
|
$$(eval $$(call PARSE_ALL_IN_LIST,PARSE_KEYBOARD,$(shell util/list_keyboards.sh noci | sort -u)))
|
|
|
endef
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
define LIST_ALL_KEYMAPS
|
|
|
COMMAND_true_LIST_KEYMAPS := \
|
|
@@ -544,12 +496,12 @@ if [ $$error_occurred -gt 0 ]; then $(HANDLE_ERROR); fi;
|
|
|
|
|
|
endef
|
|
|
|
|
|
-
|
|
|
+
|
|
|
.PHONY: %
|
|
|
%:
|
|
|
|
|
|
cmp $(ROOT_DIR)/Makefile $(ROOT_DIR)/Makefile >/dev/null 2>&1; if [ $$? -gt 0 ]; then printf "$(MSG_NO_CMP)"; exit 1; fi;
|
|
|
-
|
|
|
+
|
|
|
if ! bin/qmk hello 1> /dev/null 2>&1; then printf "$(MSG_PYTHON_MISSING)"; fi
|
|
|
|
|
|
ifndef SKIP_GIT
|
|
@@ -580,25 +532,6 @@ endif
|
|
|
$(foreach TEST,$(sort $(TESTS)),$(RUN_TEST))
|
|
|
if [ -f $(ERROR_FILE) ]; then printf "$(MSG_ERRORS)" & exit 1; fi;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
lib/%:
|
|
|
git submodule sync $?
|
|
|
git submodule update --init $?
|