1
0
Fork 0

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
This commit is contained in:
skullydazed 2017-09-06 15:21:31 -07:00 committed by GitHub
parent 4580d3a730
commit 2b3803eb5e
2 changed files with 8 additions and 2 deletions

View file

@ -56,8 +56,7 @@ 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 runnning:$(BOLD)\n\
git submodule sync --recursive\n\
git submodule update --init --recursive$(NO_COLOR)\n\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
MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR)