From dee06ccbfd8d183d3acccfb87ed10563eb48ebf7 Mon Sep 17 00:00:00 2001 From: Luc Van Oostenryck Date: Sat, 4 Nov 2017 18:42:41 +0100 Subject: build: make clean targets quieter Signed-off-by: Luc Van Oostenryck --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40018788..18b9c75d 100644 --- a/Makefile +++ b/Makefile @@ -218,9 +218,10 @@ check: all clean: clean-check - rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) version.h + @rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) version.h clean-check: - find validation/ \( -name "*.c.output.expected" \ + @echo ' CLEAN' + @find validation/ \( -name "*.c.output.expected" \ -o -name "*.c.output.got" \ -o -name "*.c.output.diff" \ -o -name "*.c.error.expected" \ -- cgit 1.2.3-korg