From f2478b5dde8fcdfa1bf33065e0e55c4bd181a1d2 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 22 Apr 2016 16:20:20 +0200 Subject: 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 --- Cmds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf ository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode: