From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 02 May 2023 09:06:45 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ptk62-0026rW-4W for lore@lore.pengutronix.de; Tue, 02 May 2023 09:06:45 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ptk60-0002pY-Aw; Tue, 02 May 2023 09:06:44 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ptk5C-0002NQ-GB; Tue, 02 May 2023 09:05:54 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ptk5C-000Wnf-0b; Tue, 02 May 2023 09:05:54 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ptk5B-001K3R-8C; Tue, 02 May 2023 09:05:53 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 2 May 2023 09:05:53 +0200 Message-Id: <20230502070553.315410-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230417115146.745019-1-a.fatoum@pengutronix.de> References: <20230417115146.745019-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] at91bootstrap2: make targetinstall v4.x compatible X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Ahmad Fatoum Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as f1a5e7f131c308d613e6aaf00d07a117c0c03ee9. Michael [sent from post-receive hook] On Tue, 02 May 2023 09:05:53 +0200, Ahmad Fatoum wrote: > The binaries directory, where artifacts were previously written to is > now beneath build/ by default[1]: > > BUILDDIR ?= ./build > BINDIR:=$(BUILDDIR)/binaries > > Supply BUILDDIR=. after the make command to return to the old directory > scheme. This should have no effect on AT91Bootstrap v3.x and older > as BUILDDIR was first added in v4.0.0[1]. > > [1] https://github.com/linux4sam/at91bootstrap/commit/814f3bdab515287fbb0d972d89d228748613ae91 > > Signed-off-by: Ahmad Fatoum > Message-Id: <20230417115146.745019-1-a.fatoum@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/at91bootstrap2.make b/rules/at91bootstrap2.make > index dcb1157b17f1..c36e30305a92 100644 > --- a/rules/at91bootstrap2.make > +++ b/rules/at91bootstrap2.make > @@ -35,7 +35,7 @@ AT91BOOTSTRAP2_WRAPPER_BLACKLIST := \ > AT91BOOTSTRAP2_MAKE_ENV := \ > CROSS_COMPILE=$(BOOTLOADER_CROSS_COMPILE) \ > HOSTCC=$(HOSTCC) > -AT91BOOTSTRAP2_MAKE_OPT := V=$(PTXDIST_VERBOSE) > +AT91BOOTSTRAP2_MAKE_OPT := V=$(PTXDIST_VERBOSE) BUILDDIR=. > > ifdef PTXCONF_AT91BOOTSTRAP2 > $(AT91BOOTSTRAP2_CONFIG):