X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=message.mk;h=0548fe174cb056f7b9ecbf9e36f23bb241318f41;hb=371922ad61a8fe7a3fc591949a1ad81f63be02c8;hp=4f72202e6a3687c1bb245ae407e110b3f862d666;hpb=6c9b69a4b67e064dacea364f842bf15631d7a5e6;p=qmk_firmware.git 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: 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)