From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iZtm1-0007vq-GD for ptxdist@pengutronix.de; Wed, 27 Nov 2019 10:38:13 +0100 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1iZtm1-0007Io-7I for ptxdist@pengutronix.de; Wed, 27 Nov 2019 10:38:13 +0100 Date: Wed, 27 Nov 2019 10:38:13 +0100 From: Roland Hieber Message-ID: <20191127093813.wo5gyww7d4vsqme3@pengutronix.de> References: <20191117214542.3613-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191117214542.3613-1-rhi@pengutronix.de> Subject: Re: [ptxdist] [PATCH] doc: ref_make_macros: add missing binary ptx/* switches to header and usage List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Ping? On Sun, Nov 17, 2019 at 10:45:42PM +0100, Roland Hieber wrote: > These macros are mentioned in the table below, but are not found in the > header or the usage. > > Signed-off-by: Roland Hieber > --- > doc/ref_make_macros.inc | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/doc/ref_make_macros.inc b/doc/ref_make_macros.inc > index 2a5c1e452e17..fb98d42db660 100644 > --- a/doc/ref_make_macros.inc > +++ b/doc/ref_make_macros.inc > @@ -663,8 +663,8 @@ be installed with some other ``install_*`` command before > .. _ptx_ifdef: > .. _ptx_truefalse: > > -ptx/endis, ptx/disen, ptx/wwo, ptx/truefalse, ptx/ifdef > -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > +ptx/endis, ptx/disen, ptx/wow, ptx/wwo, ptx/yesno, ptx/truefalse, ptx/falsetrue, ptx/onoff, ptx/ifdef > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Usage: > > @@ -674,7 +674,10 @@ Usage: > $(call ptx/disen, VARIABLE) > $(call ptx/wow, VARIABLE) > $(call ptx/wwo, VARIABLE) > + $(call ptx/yesno, VARIABLE) > $(call ptx/truefalse, VARIABLE) > + $(call ptx/falsetrue, VARIABLE) > + $(call ptx/onoff, VARIABLE) > $(call ptx/ifdef, VARIABLE, [expansion-if-true], [expansion-if-false]) > > Several macros exist to convert the state (set/unset) of a variable into a string. > -- > 2.24.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de