From patchwork Sun Feb 15 16:02:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 439883 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 0D5CB140273 for ; Mon, 16 Feb 2015 03:03:19 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4746F91FEC; Sun, 15 Feb 2015 16:03:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cRz3kaumxNmK; Sun, 15 Feb 2015 16:03:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6C16C91FE4; Sun, 15 Feb 2015 16:03:18 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 4109D1C2939 for ; Sun, 15 Feb 2015 16:03:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3864891FE4 for ; Sun, 15 Feb 2015 16:03:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L-PcK7DE0gND for ; Sun, 15 Feb 2015 16:03:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay115.isp.belgacom.be (mailrelay115.isp.belgacom.be [195.238.20.142]) by whitealder.osuosl.org (Postfix) with ESMTP id 1630191FD6 for ; Sun, 15 Feb 2015 16:03:13 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=wcGNbXEvJ1+lRvjKRe8ww5ZIB0ZoB9oB8wjQofnwvDA= c=1 sm=2 a=sgIwx7Hxk1ZLuHhQHwwA:9 a=DL9X6ShAM2AA:10 a=XgWBDtj7D34A:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2C4GwD0weBU/1Rxs1tbgwaBLIgIwB0EAoERRAEBAQEBAXyEaSNPSzeIMQHPEo8VZB2EFAWYb5MNIoFFAYIpPTGBAoFBAQEB Received: from 84.113-179-91.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([91.179.113.84]) by relay.skynet.be with ESMTP; 15 Feb 2015 17:03:12 +0100 From: Sagaert Johan To: buildroot@busybox.net Date: Sun, 15 Feb 2015 17:02:52 +0100 Message-Id: <1424016172-659-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 2.3.0 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] make clean : also remove graphs. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Sagaert Johan --- 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