Browse Source

Reset color after submodule warning message

Fixes leaking bold text
pull/2253/merge 0.5.211
Marco Scannadinari 6 years ago
committed by Jack Humbert
parent
commit
8209304904
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      message.mk

+ 1
- 1
message.mk View File

@ -58,7 +58,7 @@ MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \
Some git sub-modules are out of date or modified, please consider runnning:$(BOLD)\n\ Some git sub-modules are out of date or modified, please consider runnning:$(BOLD)\n\
make git-submodule\n\ make git-submodule\n\
You can ignore this warning if you are not compiling any ChibiOS keyboards,\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
or if you have modified the ChibiOS libraries yourself. \n\n$(NO_COLOR)
MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR) MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR)
define GENERATE_MSG_MAKE_KB define GENERATE_MSG_MAKE_KB


Loading…
Cancel
Save