diff options
author | Joel Challis <git@zvecr.com> | 2023-01-02 22:11:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 09:11:57 +1100 |
commit | b297531dbf645a28fd5a67e546a9ff27d49e1b1e (patch) | |
tree | d16cd659a2cde4d5c665f147c30ab4a9c86ae4cd /builddefs | |
parent | 3a5a4c708f4817919d9fe7396ceb2b8e57d2e68e (diff) |
Migrate 'make git-submodule' to CLI command (#19479)
Diffstat (limited to 'builddefs')
-rw-r--r-- | builddefs/message.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddefs/message.mk b/builddefs/message.mk index 07d0e07ce8..2bd01669f8 100644 --- a/builddefs/message.mk +++ b/builddefs/message.mk @@ -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 |