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

Sagaert Johan sagaert.johan at skynet.be
Sun Feb 15 16:02:52 UTC 2015


Signed-off-by: Sagaert Johan <sagaert.johan at skynet.be>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.3.0




More information about the buildroot mailing list