From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Oct 2025 10:28:13 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9for-008l5g-19 for lore@lore.pengutronix.de; Fri, 17 Oct 2025 10:28:13 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v9for-0005hN-2Y; Fri, 17 Oct 2025 10:28:13 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1v9fhx-0006IJ-4b; Fri, 17 Oct 2025 10:21:05 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9fhw-0041nu-34; Fri, 17 Oct 2025 10:21:04 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1v9fhw-0000000D3sz-3mVl; Fri, 17 Oct 2025 10:21:04 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 17 Oct 2025 10:21:04 +0200 Message-ID: <20251017082104.3113194-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251013163527.2665822-2-s.pueschel@pengutronix.de> References: <20251013163527.2665822-2-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] sockperf: don't run autogen.sh in sockperf.make 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: =?UTF-8?q?Sven=20P=C3=BCschel?= 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as deb15b25163b6d4e12ddb49a22bc308f62e5d327. Michael [sent from post-receive hook] On Fri, 17 Oct 2025 10:21:04 +0200, Sven Püschel wrote: > When the configure file is missing from the project, an autogen.sh > should be added to patches instead of running autogen.sh in the prepare > stage. > > Signed-off-by: Sven Püschel > Message-Id: <20251013163527.2665822-2-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/sockperf-3.10/autogen.sh b/patches/sockperf-3.10/autogen.sh > new file mode 120000 > index 000000000000..9f8a4cb7ddcb > --- /dev/null > +++ b/patches/sockperf-3.10/autogen.sh > @@ -0,0 +1 @@ > +../autogen.sh > \ No newline at end of file > diff --git a/rules/sockperf.make b/rules/sockperf.make > index 55b96875d5d4..b1037c899e95 100644 > --- a/rules/sockperf.make > +++ b/rules/sockperf.make > @@ -32,12 +32,6 @@ SOCKPERF_CONF_TOOL := autoconf > SOCKPERF_CONF_ENV := $(CROSS_ENV) GIT_CEILING_DIRECTORIES="$(BUILDDIR)" > SOCKPERF_MAKE_ENV := $(CROSS_ENV) GIT_CEILING_DIRECTORIES="$(BUILDDIR)" > > -$(STATEDIR)/sockperf.prepare: > - @$(call targetinfo) > - @$(call world/execute, SOCKPERF, ./autogen.sh) > - @$(call world/prepare, SOCKPERF) > - @$(call touch) > - > # ---------------------------------------------------------------------------- > # Target-Install > # ----------------------------------------------------------------------------