From patchwork Sun Mar 29 09:56:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 455740 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id CC67B1400B6 for ; Sun, 29 Mar 2015 20:56:31 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=jhYPn9gx; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0A4DF94D2B; Sun, 29 Mar 2015 09:56:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OFZ685X80fjv; Sun, 29 Mar 2015 09:56:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8863E94EAF; Sun, 29 Mar 2015 09:56:30 +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 894F61BF974 for ; Sun, 29 Mar 2015 09:56:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8586291642 for ; Sun, 29 Mar 2015 09:56:29 +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 h7kaiT9HQX90 for ; Sun, 29 Mar 2015 09:56:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id BE60291633 for ; Sun, 29 Mar 2015 09:56:28 +0000 (UTC) Received: by wibg7 with SMTP id g7so71029728wib.1 for ; Sun, 29 Mar 2015 02:56:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=rUkJ5HNVeLXLiMwe/x+vRoU9e7msC5BwrAQRPVN0B2Y=; b=jhYPn9gxElP9AfpkEuwk71He3ZocfjuD7g1JJ46MtHIGz5oeVcx8+rzairj2+xeRIz xwlM1PaK8CC6dCy4U8BOXsNInNpjKmOY9HQkt51F67MdxbIbnOhjddtU+RFvtsyBtgYF j6VCuqVbXBzP6Dxsi6TiKtiC9g9D9WBcjTdJQ+xQld+NaQHctyzgb1w5Q6ELeSMkACEA fUFr4gs/+tLPCF6a69u5i9r3f++4+0Az4UFTIkLn6/OL+E92AFc+sHEY/769lRND3iSQ 1skQpIgzd55d4piz7JmMx+yqax+n90AYP3VKkWWMZNO7ef47iUWJ+0lKVrJqvFsspsg9 dS1A== X-Received: by 10.194.81.233 with SMTP id d9mr54017071wjy.42.1427622987479; Sun, 29 Mar 2015 02:56:27 -0700 (PDT) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by mx.google.com with ESMTPSA id a13sm10562131wjx.30.2015.03.29.02.56.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 29 Mar 2015 02:56:26 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 29 Mar 2015 11:56:21 +0200 Message-Id: <1427622981-2566-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH] distclean: clean a bit more 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: "Yann E. MORIN" --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33a89b1..edb122b 100644 --- a/Makefile +++ b/Makefile @@ -843,7 +843,8 @@ endif ifeq ($(O),output) rm -rf $(O) endif - rm -rf $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/.auto.deps + rm -rf $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/..config.tmp \ + $(CONFIG_DIR)/.auto.deps help: @echo 'Cleaning:'