All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: Cleanup kernel-shared dir when execute make clean
@ 2017-03-27  0:52 Qu Wenruo
  2017-03-27 11:59 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Qu Wenruo @ 2017-03-27  0:52 UTC (permalink / raw)
  To: linux-btrfs; +Cc: coderight

Reported-by: Chris <coderight@gmail.com>
Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
---
 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.d \
 		kernel-lib/*.o kernel-lib/*.o.d \
+		kernel-shared/*.o kernel-shared/*.o.d \
 		image/*.o image/*.o.d \
 		convert/*.o convert/*.o.d \
 		mkfs/*.o mkfs/*.o.d \
-- 
2.12.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] btrfs-progs: Cleanup kernel-shared dir when execute make clean
  2017-03-27  0:52 [PATCH] btrfs-progs: Cleanup kernel-shared dir when execute make clean Qu Wenruo
@ 2017-03-27 11:59 ` David Sterba
  0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2017-03-27 11:59 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: linux-btrfs, coderight

On Mon, Mar 27, 2017 at 08:52:09AM +0800, Qu Wenruo wrote:
> Reported-by: Chris <coderight@gmail.com>
> Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-27 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-27  0:52 [PATCH] btrfs-progs: Cleanup kernel-shared dir when execute make clean Qu Wenruo
2017-03-27 11:59 ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.