X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=message.mk;h=1401698ddcaa832789c7865e8e189f722544cb56;hb=b15a71beba75d9fbadc6d6cf53164e91340208a5;hp=7c832b29271391a7b6393fee630f8d88f8be0ab4;hpb=9fdc27626097ae03b767a09427efc90475d90955;p=qmk_firmware.git diff --git a/message.mk b/message.mk index 7c832b292..1401698dd 100644 --- a/message.mk +++ b/message.mk @@ -9,7 +9,7 @@ ifeq ($(COLOR),true) BOLD=\033[1m endif -ifneq ($(shell awk --version 2>/dev/null),) +ifneq ($(shell echo "1 2 3" | awk '{ printf "%2s", $$3; }' 2>/dev/null)," 3") AWK=awk else AWK=cat && test @@ -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\ 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 + 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) define GENERATE_MSG_MAKE_KB