From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 320A6C433EF for ; Thu, 31 Mar 2022 13:40:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7D20984246; Thu, 31 Mar 2022 15:39:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="gl/3tji3"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E88DE84226; Thu, 31 Mar 2022 15:39:31 +0200 (CEST) Received: from mail-qt1-x82f.google.com (mail-qt1-x82f.google.com [IPv6:2607:f8b0:4864:20::82f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6D7E68423C for ; Thu, 31 Mar 2022 15:39:17 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82f.google.com with SMTP id t7so21379050qta.10 for ; Thu, 31 Mar 2022 06:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=72dGc3fHw6PK/pHPpu4x0vz2k3H5yQBLk716eK0cm1g=; b=gl/3tji3j/uALP1f1Q5nrrSAjO5BJIX0UO45vtkW5j89cfgezGOU7XN77DMCy3sYr6 yMv3mqYYxblor4HSLYePa/y0J0jm83zBhvBM+FgMJcNeQqYGua+EcClr9/ASarYqLj58 T4gLZJCagjn5N5nFbX+jI2ZYLo3BfUZRXa/Yc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=72dGc3fHw6PK/pHPpu4x0vz2k3H5yQBLk716eK0cm1g=; b=ow0haVhsq3qquw1F956Tw1dvpe9QTbRAe8v5Sf9hTLo362uF0Fr2DabdeiZiT3SMSJ r6XCNyhOq++4cxjKK3TPP6+pf1oznlgZfKOjVzquii50/YOnAEA0OHn7JWCcZsZuQ8Nd GRxEB2Bqix0QMycgro2fC21om9c15/x/1GnMB/0OLQwc9aE8z9ebnj5HU31uws/rBmIV nM+VNqh5izfaN4FW2tdfKWoMKyeUs4aWe4MSK4vUhOD1bjdD7IgdBhwXyj69kwD0Lc2C afH+RHmU4EhM7wru+VDIQGs883J0aW0I85MUXhl08ZWZ+JAMqh40W+yKSlTNbLNVeJ3I U0xA== X-Gm-Message-State: AOAM533v1gCLwGaUytfT9bGIzLl7ySWL7xL6OsVp1Ro54QP1YDnm28W6 XljJicYRVNKmIDq/s2z/ldsRTIZH4+y8qg== X-Google-Smtp-Source: ABdhPJyLKdVbOwLClUdIryMxFt1LPYybksfZsocJc25XpHyKcaulEvjgZSeiM8W37ESAzmi6T5eTDQ== X-Received: by 2002:a05:622a:120d:b0:2e1:e23e:6191 with SMTP id y13-20020a05622a120d00b002e1e23e6191mr4269508qtx.586.1648733956136; Thu, 31 Mar 2022 06:39:16 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id t128-20020a37aa86000000b0060ddf2dc3ecsm12431776qke.104.2022.03.31.06.39.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Mar 2022 06:39:15 -0700 (PDT) Date: Thu, 31 Mar 2022 09:39:13 -0400 From: Tom Rini To: Heinrich Schuchardt Cc: Simon Glass , Marek =?iso-8859-1?Q?Beh=FAn?= , u-boot@lists.denx.de Subject: Re: [PATCH 1/1] Makefile: make clean should delete include/generated/env.in Message-ID: <20220331133913.GC14476@bill-the-cat> References: <20220330101100.45774-1-heinrich.schuchardt@canonical.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TXv8ADjWKuT9E31y" Content-Disposition: inline In-Reply-To: <20220330101100.45774-1-heinrich.schuchardt@canonical.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean --TXv8ADjWKuT9E31y Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 30, 2022 at 12:11:00PM +0200, Heinrich Schuchardt wrote: > 'make sifive_unamtched_defconfig; make clean; make' fails if file > include/generated/env.in exists. 'make clean' should remove all files that > stop building. >=20 > Add file include/generated/env.in to the clean target. >=20 > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Marek Beh=FAn Applied to u-boot/master, thanks! --=20 Tom --TXv8ADjWKuT9E31y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJFrwEACgkQFHw5/5Y0 tyyl6wwAq9xapvLDibTKB5S2NGNx1Ws5vU689Y+DfoIuG9wiuDDsqnZCy5oVb7KG I+vKHg2NLWcRJ05E6u+lu3rNbQ2fHZ5c0Lmhja54XI0bRBo/nz9Stfrm5wB2CUY2 F60wVbLHPZUB82Ya2xR/QCQdGb195gxfCmBlGgBZ3GwzDr3K1u9EIOiXQ/otw5XR X6tW3sIAZ9LHfXofur9QcifzUY373kNoQDZJoFiSn5IaVa7HISvmoKy3j0teXS1B hRlqv8yfOprAAOSLbZwOmp6LipyIISO2bWBAsF7arWCxAfaunfD6gK16yDmyjdmg x5wtjGILrpUUe7hlqxxhe7fVrNxAw/t2VNTzzGli66sYoFgTY1/A5w1R8aWtMzpn I/a7ohMsUmOkZ9GWYZ9btA2v2kyl4dLO1bCKrc676PxOyPvb2x5fSJ2iPzDb2LjM Q8wU0LoXs8BxoAMOK2k1mqep7LEPrfh1DFGXqKVSm5EISdUE6rUc3OPV11sp9sdO TdDvdtE7 =nUIn -----END PGP SIGNATURE----- --TXv8ADjWKuT9E31y--