Re: [PATCH] btrfs-progs: Cleanup kernel-shared dir when execute make clean

2017-03-27 Thread David Sterba
On Mon, Mar 27, 2017 at 08:52:09AM +0800, Qu Wenruo wrote: > Reported-by: Chris > Signed-off-by: Qu Wenruo Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.o

[PATCH] btrfs-progs: Cleanup kernel-shared dir when execute make clean

2017-03-26 Thread Qu Wenruo
Reported-by: Chris Signed-off-by: Qu Wenruo --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fdc63c3a..d1af4311 100644 --- a/Makefile +++ b/Makefile @@ -502,6 +502,7 @@ clean: $(CLEANDIRS) @echo "Cleaning" $(Q)$(RM) -f -- $(progs) *.o *.o