diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-04 18:42:41 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-10 10:13:37 +0100 |
| commit | dee06ccbfd8d183d3acccfb87ed10563eb48ebf7 (patch) | |
| tree | 9eed2b4d8d3c471b236e3568c0d0c30bd01ad462 /Makefile | |
| parent | 414c4b9becbeb79625b419a8a8a2f322f590ffd5 (diff) | |
| download | sparse-dev-dee06ccbfd8d183d3acccfb87ed10563eb48ebf7.tar.gz | |
build: make clean targets quieter
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" \ |
