Migrate 'make git-submodule' to CLI command (#19479)
This commit is contained in:
parent
3a5a4c708f
commit
b297531dbf
5 changed files with 25 additions and 7 deletions
|
@ -65,7 +65,7 @@ MSG_CLEANING = Cleaning project:
|
|||
MSG_CREATING_LIBRARY = Creating library:
|
||||
MSG_GENERATING = Generating:
|
||||
MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR) Some git submodules are out of date or modified.\n\
|
||||
Please consider running $(BOLD)make git-submodule$(NO_COLOR).\n\n
|
||||
Please consider running $(BOLD)qmk git-submodule$(NO_COLOR).\n\n
|
||||
MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR)
|
||||
|
||||
define GENERATE_MSG_MAKE_KB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue