summaryrefslogtreecommitdiff
path: root/Cmds
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-04-22 16:20:20 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-04-22 16:20:20 +0200
commitf2478b5dde8fcdfa1bf33065e0e55c4bd181a1d2 (patch)
tree297fdbed4ac7b436adafb33abca3a215790ede14 /Cmds
parent3066b6437b0929daa841b5ed1d4a25905d0fcd4b (diff)
build: Always silence the no-op check command
There is no point in outputing the true no-op command, as it will only clutter the logs. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Cmds')
-rw-r--r--Cmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cmds b/Cmds
index ab0eda0..7167e0c 100644
--- a/Cmds
+++ b/Cmds
@@ -14,7 +14,7 @@ C =
ifeq ($(C), 1)
CHECK = $(Q)echo -e " CHECK\t$<" && sparse
else
- CHECK = $(Q)true
+ CHECK = @true
endif
# Flex/bison related