diff mbox

[1/1] make clean : also remove graphs.

Message ID 1424016172-659-1-git-send-email-sagaert.johan@skynet.be
State Superseded
Headers show

Commit Message

Sagaert Johan Feb. 15, 2015, 4:02 p.m. UTC
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Feb. 15, 2015, 8:55 p.m. UTC | #1
Dear Sagaert Johan,

On Sun, 15 Feb 2015 17:02:52 +0100, Sagaert Johan wrote:
> Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks for the patch! I however already sent an earlier patch doing the
same thing (though in a slightly different way). See
http://patchwork.ozlabs.org/patch/436953/.

Maybe it should be applied to the master branch. Peter?

Thomas
Sagaert Johan Feb. 16, 2015, 11:13 a.m. UTC | #2
-----Oorspronkelijk bericht-----
Van: Thomas Petazzoni [mailto:thomas.petazzoni@free-electrons.com] 
Verzonden: zondag 15 februari 2015 21:55
Aan: Sagaert Johan
CC: buildroot@busybox.net
Onderwerp: Re: [Buildroot] [PATCH 1/1] make clean : also remove graphs.

Dear Sagaert Johan,

On Sun, 15 Feb 2015 17:02:52 +0100, Sagaert Johan wrote:
> Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks for the patch! I however already sent an earlier patch doing the same thing (though in a slightly different way). See
http://patchwork.ozlabs.org/patch/436953/.

Maybe it should be applied to the master branch. Peter?

Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering http://free-electrons.com



Dear Thomas,

What a coincidence, it's no breaker anyway.

Btm ,while you are digging in the makefile, does it make sense to add a make clean-ccache ?

Thanks

Johan
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 85e8c24..96dd9fb 100644
--- a/Makefile
+++ b/Makefile
@@ -833,7 +833,7 @@  printvars:
 
 clean:
 	rm -rf $(TARGET_DIR) $(BINARIES_DIR) $(HOST_DIR) \
-		$(BUILD_DIR) $(BASE_DIR)/staging \
+		$(BUILD_DIR) $(BASE_DIR)/staging $(BASE_DIR)/graphs \
 		$(LEGAL_INFO_DIR)
 
 distclean: clean