summaryrefslogtreecommitdiffstats
path: root/message.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-09 08:52:01 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-08-20 02:56:36 +0200
commit8732265928818dd0b8797fb271e7c7fa9346d025 (patch)
tree11adfbdc06f53f12ba2b9d9585dd91a0aedf6e41 /message.mk
parente4c842de02d95e98f65c7bb4a8406ec6df4944fe (diff)
downloadqmk_firmware-8732265928818dd0b8797fb271e7c7fa9346d025.tar.gz
qmk_firmware-8732265928818dd0b8797fb271e7c7fa9346d025.tar.xz
Options for silent compilation
A single keyboard is always by default compiled in verbose mode. While multiple keyboards are compiled in silent mode. This can be overriden by the silent variable from the command line
Diffstat (limited to 'message.mk')
-rw-r--r--message.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/message.mk b/message.mk
index 08a4e02ab..aefb46de8 100644
--- a/message.mk
+++ b/message.mk
@@ -19,10 +19,6 @@ OK_STRING=$(OK_COLOR)[OK]$(NO_COLOR)\n
ERROR_STRING=$(ERROR_COLOR)[ERRORS]$(NO_COLOR)\n
WARN_STRING=$(WARN_COLOR)[WARNINGS]$(NO_COLOR)\n
-ifndef $(SILENT)
- SILENT = false
-endif
-
TAB_LOG = printf "\n$$LOG\n\n" | $(AWK) '{ sub(/^/," | "); print }'
TAB_LOG_PLAIN = printf "$$LOG\n"
AWK_STATUS = $(AWK) '{ printf " %-10s\n", $$1; }'