From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH] doc: ref_make_macros: add missing binary ptx/* switches to header and usage
Date: Sun, 17 Nov 2019 22:45:42 +0100 [thread overview]
Message-ID: <20191117214542.3613-1-rhi@pengutronix.de> (raw)
These macros are mentioned in the table below, but are not found in the
header or the usage.
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
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
next reply other threads:[~2019-11-17 21:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-17 21:45 Roland Hieber [this message]
2019-11-27 9:38 ` Roland Hieber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191117214542.3613-1-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox