diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-09-06 15:21:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 15:21:31 -0700 |
commit | 2b3803eb5efd76323ffc95ba1bc2a3608d83ceec (patch) | |
tree | 7ce864bca5359c728a02803c8adcc38efe6989ce /message.mk | |
parent | 4580d3a730c078484ea417575c617c17598b5a39 (diff) | |
download | qmk_firmware-2b3803eb5efd76323ffc95ba1bc2a3608d83ceec.tar.gz qmk_firmware-2b3803eb5efd76323ffc95ba1bc2a3608d83ceec.zip |
Clone chibios and ugfx if it's not already checked out. (#1651)
* Clone chibios and ugfx if it's not already checked out.
* update the submodule out of date message
Diffstat (limited to 'message.mk')
-rw-r--r-- | message.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/message.mk b/message.mk index 4f72202e6..0548fe174 100644 --- a/message.mk +++ b/message.mk | |||
@@ -56,8 +56,7 @@ MSG_CLEANING = Cleaning project: | |||
56 | MSG_CREATING_LIBRARY = Creating library: | 56 | MSG_CREATING_LIBRARY = Creating library: |
57 | MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \ | 57 | 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 | git submodule sync --recursive\n\ | 59 | make git-submodule\n\ |
60 | git submodule update --init --recursive$(NO_COLOR)\n\n\ | ||
61 | 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\ |
62 | or if you have modified the ChibiOS libraries yourself. \n\n | 61 | or if you have modified the ChibiOS libraries yourself. \n\n |
63 | 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) |