aboutsummaryrefslogtreecommitdiffstats
path: root/message.mk
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2020-02-03 00:24:29 +1100
committerGitHub <noreply@github.com>2020-02-02 13:24:29 +0000
commit1877736fa40dcf023f67fe05661b516187c08c82 (patch)
tree607604122ff3f59819bb27f86b12a26e4a2018e0 /message.mk
parentc096be3831f5d9e21fd0da6d3e265a603820c35b (diff)
downloadfirmware-1877736fa40dcf023f67fe05661b516187c08c82.tar.gz
firmware-1877736fa40dcf023f67fe05661b516187c08c82.tar.bz2
firmware-1877736fa40dcf023f67fe05661b516187c08c82.zip
Update dirty submodule make message (#8065)
Diffstat (limited to 'message.mk')
-rw-r--r--message.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/message.mk b/message.mk
index 94ab606ec..831e30ef8 100644
--- a/message.mk
+++ b/message.mk
@@ -54,11 +54,8 @@ MSG_COMPILING_CXX = Compiling:
MSG_ASSEMBLING = Assembling:
MSG_CLEANING = Cleaning project:
MSG_CREATING_LIBRARY = Creating library:
-MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \
- Some git sub-modules are out of date or modified, please consider running:$(BOLD)\n\
- make git-submodule\n\
- You can ignore this warning if you are not compiling any ChibiOS keyboards,\n\
- or if you have modified the ChibiOS libraries yourself. \n\n$(NO_COLOR)
+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
MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR)
define GENERATE_MSG_MAKE_KB