summaryrefslogtreecommitdiff
path: root/message.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-09 09:52:01 +0300
committerFred Sundvik <fsundvik@gmail.com>2016-08-20 03:56:36 +0300
commit8732265928818dd0b8797fb271e7c7fa9346d025 (patch)
tree11adfbdc06f53f12ba2b9d9585dd91a0aedf6e41 /message.mk
parente4c842de02d95e98f65c7bb4a8406ec6df4944fe (diff)
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 08a4e02ab6..aefb46de84 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; }'