From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 Jun 2025 12:39:08 +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 1uMP2y-003HEM-01 for lore@lore.pengutronix.de; Tue, 03 Jun 2025 12:39:08 +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 1uMP2x-0000lI-Nb; Tue, 03 Jun 2025 12:39:07 +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 1uMP2e-0000M4-GJ; Tue, 03 Jun 2025 12:38:48 +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 1uMP2d-001bjV-2D; Tue, 03 Jun 2025 12:38:47 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uMP2d-0051GU-1x; Tue, 03 Jun 2025 12:38:47 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 3 Jun 2025 12:38:47 +0200 Message-Id: <20250603103847.1196320-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250520114735.166485-1-m.heidelberg@cab.de> References: <20250520114735.166485-1-m.heidelberg@cab.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] doc: once again mention cmake support for configure_helper.py 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: Markus Heidelberg 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 51a90619485bfd438ff1e1a801ef95f01adb641b. Michael [sent from post-receive hook] On Tue, 03 Jun 2025 12:38:47 +0200, Markus Heidelberg wrote: > Another similar place in this documentation file had already been fixed > in commit d492fcbcfd ("doc: contributing: mention configure_helper.py > support for cmake", 2019-09-09). > > Signed-off-by: Markus Heidelberg > Message-Id: <20250520114735.166485-1-m.heidelberg@cab.de> > Signed-off-by: Michael Olbrich > > diff --git a/doc/contributing.rst b/doc/contributing.rst > index 63da67802222..4130427b5ceb 100644 > --- a/doc/contributing.rst > +++ b/doc/contributing.rst > @@ -177,8 +177,8 @@ configure_helper.py > > ``configure_helper.py`` can be found in ``scripts/`` in the PTXdist source > tree. It should be used to determine which build system options should be > -specified for a package. Currently, only **autoconf** and **meson** based > -packages are supported. > +specified for a package. Currently, only **autoconf**, **meson** and > +**cmake** based packages are supported. > > It provides a diff between two lists of options. These list are generated > from the options specified in the package Makefile and from the source tree