Message ID | 1437299869-3669-1-git-send-email-uwe@kleine-koenig.org (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
On Sun, Jul 19, 2015 at 5:57 AM, Uwe Kleine-König <uwe@kleine-koenig.org> wrote: > To prevent validation/tmp.o being still around after > > make check && make clean > > remove it as part of the latter command. Looks good. I would like to apply it. Can you send me a "signed-off-by" line please? While you are at it, you can combine the two patches into one. Thanks Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Makefile b/Makefile index c7031afda00b..bc837db7c3f6 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,7 @@ compat-cygwin.o: $(LIB_H) $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $< clean: clean-check - rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) pre-process.h sparse.pc + rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) pre-process.h sparse.pc validation/*.[oa] dist: @if test "$(SPARSE_VERSION)" != "v$(VERSION)" ; then \