From 7fa32bcc68a3c7a9496c49bdb10f1fdc68cf5ddb Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Fri, 28 Feb 2020 17:32:48 -0800 Subject: Makefile: improve `make check` usefulness Silence the make echo'ing, so the output is cleaner. Add an exit code to check_whence.py, so we can get a real failure for bad WHENCE files. Signed-off-by: Brian Norris Signed-off-by: Josh Boyer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16b5b1a..e1c362f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ FIRMWAREDIR = /lib/firmware all: check: - ./check_whence.py + @./check_whence.py install: mkdir -p $(DESTDIR)$(FIRMWAREDIR) -- cgit v1.2.1