From patchwork Fri Jan 18 13:41:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Robert P. J. Day" X-Patchwork-Id: 1027368 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=crashcourse.ca Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=crashcourse.ca header.i=@crashcourse.ca header.b="KEULMI1b"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43h2Fj3zVNz9sDn for ; Sat, 19 Jan 2019 00:43:05 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 253A6C220E3; Fri, 18 Jan 2019 13:43:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 334D2C21E0D; Fri, 18 Jan 2019 13:43:01 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3897EC21E0D; Fri, 18 Jan 2019 13:43:00 +0000 (UTC) Received: from cpanel4.indieserve.net (cpanel4.indieserve.net [199.212.143.9]) by lists.denx.de (Postfix) with ESMTPS id C4588C21DC1 for ; Fri, 18 Jan 2019 13:42:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crashcourse.ca; s=default; h=Content-Type:MIME-Version:Message-ID:Subject: To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=+gBLTAtpo5KX05XFB3vP17QsaN2ye2cVoEHHgiZ0x4c=; b=KEULMI1b828T6VKW1nWBpJulLT eT9Wa8ny1E+f7tmL16DyZ0CZhcLNBczQKn4d4w7PpZq2YUMkrEFeJSq7B8aMR4nHWpeqif1cYZG1x gl9qUEseK9P8vyJcbGRZEklKhfDzgJeb66u+88XYqjfqEFLUob521Mt7PbW0NgGKRpI2b/HEE3nT7 GVC0v/Z8G0tFV9q75SuWF5EFjwUMw+4aylJyi3UGEa1i9xGrQbcHjuD3k8d7SMYCEi8L3OvrzzjIr 7+mlNbk/ObqKfL5L3e9QMnBMIcPVWN1wo+Wr4Ozs5KyWuR6ma/UX8CaRxLBKTLYTURwDRvLX3PcbT 10xlE8kw==; Received: from otwaon0916w-lp140-03-70-54-50-168.dsl.bell.ca ([70.54.50.168]:54344 helo=localhost.localdomain) by cpanel4.indieserve.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gkUQD-00035l-FX for u-boot@lists.denx.de; Fri, 18 Jan 2019 08:42:58 -0500 Date: Fri, 18 Jan 2019 08:41:23 -0500 (EST) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost.localdomain To: U-Boot list Message-ID: User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel4.indieserve.net X-AntiAbuse: Original Domain - lists.denx.de X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Get-Message-Sender-Via: cpanel4.indieserve.net: authenticated_id: rpjday+crashcourse.ca/only user confirmed/virtual account not confirmed X-Authenticated-Sender: cpanel4.indieserve.net: rpjday@crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: Subject: [U-Boot] [PATCH] Makefile: have "make distclean" remove CHANGELOG X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Ensure that "make distclean" deletes an existing CHANGELOG file. Signed-off-by: Robert P. J. Day diff --git a/Makefile b/Makefile index 3be9fc5c34..b9e8b0952c 100644 --- a/Makefile +++ b/Makefile @@ -1795,7 +1795,7 @@ distclean: mrproper -o -name '.*.rej' -o -name '*%' -o -name 'core' \ -o -name '*.pyc' \) \ -type f -print | xargs rm -f - @rm -f boards.cfg + @rm -f boards.cfg CHANGELOG backup: F=`basename $(srctree)` ; cd .. ; \