diff options
| author | Marco Scannadinari <4211302+marcoms@users.noreply.github.com> | 2018-01-08 23:11:26 +0000 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-01-12 13:25:05 -0500 |
| commit | 820930490432ef28431b047d989fe9c0d4b01b49 (patch) | |
| tree | b763e4db295db7c12a71cf669ae77f2f126f2898 | |
| parent | 6bbe2366ec3f8d5a25d12bba9fe71d683ab55a39 (diff) | |
| download | qmk_firmware-820930490432ef28431b047d989fe9c0d4b01b49.tar.gz qmk_firmware-820930490432ef28431b047d989fe9c0d4b01b49.zip | |
Reset color after submodule warning message
Fixes leaking bold text
| -rw-r--r-- | message.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/message.mk b/message.mk index f5fb751ed..1401698dd 100644 --- a/message.mk +++ b/message.mk | |||
| @@ -58,7 +58,7 @@ MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \ | |||
| 58 | Some git sub-modules are out of date or modified, please consider runnning:$(BOLD)\n\ | 58 | Some git sub-modules are out of date or modified, please consider runnning:$(BOLD)\n\ |
| 59 | make git-submodule\n\ | 59 | make git-submodule\n\ |
| 60 | You can ignore this warning if you are not compiling any ChibiOS keyboards,\n\ | 60 | You can ignore this warning if you are not compiling any ChibiOS keyboards,\n\ |
| 61 | or if you have modified the ChibiOS libraries yourself. \n\n | 61 | or if you have modified the ChibiOS libraries yourself. \n\n$(NO_COLOR) |
| 62 | MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR) | 62 | MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR) |
| 63 | 63 | ||
| 64 | define GENERATE_MSG_MAKE_KB | 64 | define GENERATE_MSG_MAKE_KB |
