Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a8578c305..cd48a2a3b 100644 --- a/Makefile +++ b/Makefile @@ -206,9 +206,6 @@ version.h: FORCE fi -clean: clean-check - rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) version.h - dist: @if test "$(SPARSE_VERSION)" != "v$(VERSION)" ; then \ echo 'Update VERSION in the Makefile before running "make dist".' ; \ @@ -219,6 +216,9 @@ dist: check: all $(Q)cd validation && ./test-suite + +clean: clean-check + rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) version.h clean-check: find validation/ \( -name "*.c.output.expected" \ -o -name "*.c.output.got" \ -- 2.14.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html