From patchwork Fri May 17 15:15:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 1936545 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=YTTXL++D; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=patchwork.ozlabs.org) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VgrBc1x6Pz1yfq for ; Sat, 18 May 2024 01:15:52 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0C6C1881A9; Fri, 17 May 2024 17:15:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=canonical.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.b="YTTXL++D"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9623E881C5; Fri, 17 May 2024 17:15:47 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from smtp-relay-canonical-0.canonical.com (smtp-relay-canonical-0.canonical.com [185.125.188.120]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9FACA80EED for ; Fri, 17 May 2024 17:15:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=canonical.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=heinrich.schuchardt@canonical.com Received: from LT2ubnt.. (18.pool62-36-37.static.orange.es [62.36.37.18]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 4DF673F1B7; Fri, 17 May 2024 15:15:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1715958942; bh=AN9d9IZ698qTCKVcRodDHPfhmgeex3Xn4PyGQ8x4m1M=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=YTTXL++DQ4LD9yESXcogpCydIHiGCGjkmPhmTr+CS9k7D7hR6WFmXPTnLm7oqeuZr FYBPU7GpWkql5mFTPrxFW9LCnJeGFWcH6nNFVShXNkHxeeSa+vHgn4wI5USm6FW6E3 WKmXHPHb3UHwBJ9jnvEn4YEyx02IuAe9yjFuoqJQmZqwTFfIFrBD6yrkMTmzesiDil eRwQ2Y2GVcYVOBx5NFy+5uVaDl0WV1GFpE6dvFsKElLvcsmyRz50xleSvYVNAB5frv K4HgABAHKRB++cd8ZinGgviH1HsBvTNSEBa/1AG4V4j3SMtMCMPUX5nZVwCAM3sYMq rEsgYQpZel8mg== From: Heinrich Schuchardt To: Tom Rini Cc: Simon Glass , Sumit Garg , Marek Vasut , Andrew Davis , Bryan Brattlof , Jesse Taube , "Leon M . Busch-George" , u-boot@lists.denx.de, Heinrich Schuchardt Subject: [PATCH 1/1] Makefile: add build-sandbox*/ to mrproper target Date: Fri, 17 May 2024 17:15:34 +0200 Message-ID: <20240517151534.65242-1-heinrich.schuchardt@canonical.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 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.8 at phobos.denx.de X-Virus-Status: Clean make mrproper should remove all build artefacts. Running make tests without deleting build-sandbox led to an error *** No rule to make target '../include/common.h', needed by 'include/config/auto.conf'. on my machine. Let's add the build-sandbox*/ directories to the mrproper target. Signed-off-by: Heinrich Schuchardt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44deb339af1..179cce9c0a1 100644 --- a/Makefile +++ b/Makefile @@ -2204,7 +2204,7 @@ CLEAN_FILES += include/autoconf.mk* include/bmp_logo.h include/bmp_logo_data.h \ Test* capsule.*.efi-capsule capsule*.map # Directories & files removed with 'make mrproper' -MRPROPER_DIRS += include/config include/generated spl tpl vpl \ +MRPROPER_DIRS += build-sandbox* include/config include/generated spl tpl vpl \ .tmp_objdiff doc/output include/asm # Remove include/asm symlink created by U-Boot before v2014.01