summaryrefslogtreecommitdiffstats
path: root/tmk_core/rules.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-06-30 00:47:53 +0200
committerJack Humbert <jack.humb@gmail.com>2016-06-30 00:47:53 +0200
commit7db2ec1509f6e90f8feea7c9fa73350544235a25 (patch)
tree7bf3636d27514673da54c743a9d7c701d5242cbf /tmk_core/rules.mk
parent8125cdb88ce1201fcfd16ed4c5313222ef4c230c (diff)
downloadqmk_firmware-7db2ec1509f6e90f8feea7c9fa73350544235a25.tar.gz
qmk_firmware-7db2ec1509f6e90f8feea7c9fa73350544235a25.tar.xz
updates planck experimental, width of color output
Diffstat (limited to 'tmk_core/rules.mk')
-rw-r--r--tmk_core/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/rules.mk b/tmk_core/rules.mk
index e37ba0f83..a3ea4fc51 100644
--- a/tmk_core/rules.mk
+++ b/tmk_core/rules.mk
@@ -75,7 +75,7 @@ endif
TAB_LOG = printf "\n$$LOG\n\n" | $(AWK) '{ sub(/^/," | "); print }'
TAB_LOG_PLAIN = printf "$$LOG\n"
AWK_STATUS = $(AWK) '{ printf " %-10s\n", $$1; }'
-AWK_CMD = $(AWK) '{ printf "%-69s", $$0; }'
+AWK_CMD = $(AWK) '{ printf "%-99s", $$0; }'
PRINT_ERROR = ($(SILENT) ||printf " $(ERROR_STRING)" | $(AWK_STATUS)) && $(TAB_LOG) && false
PRINT_WARNING = ($(SILENT) || printf " $(WARN_STRING)" | $(AWK_STATUS)) && $(TAB_LOG)
PRINT_ERROR_PLAIN = ($(SILENT) ||printf " $(ERROR_STRING)" | $(AWK_STATUS)) && $(TAB_LOG_PLAIN) && false