mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] doc: dev manual: fix cargo compile option example
@ 2023-02-23 14:46 Bastian Krause
  2023-02-24  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Bastian Krause @ 2023-02-23 14:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Additional options have to be specified in FOO_MAKE_OPT, not in
FOO_CONF_OPT.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 doc/dev_advanced_rule_files.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/dev_advanced_rule_files.rst b/doc/dev_advanced_rule_files.rst
index 9fc642090..1aa246fe2 100644
--- a/doc/dev_advanced_rule_files.rst
+++ b/doc/dev_advanced_rule_files.rst
@@ -472,11 +472,11 @@ for Cargo packages:
 
     FOO_CONF_TOOL := cargo
 
-Additional *cargo* options can be added to the configuration options like this:
+Additional *cargo* options can be added to the compile options like this:
 
 .. code-block:: make
 
-    FOO_CONF_OPT := \
+    FOO_MAKE_OPT := \
     	$(CROSS_CARGO_OPT) \
     	--features ...
 
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] doc: dev manual: fix cargo compile option example
  2023-02-23 14:46 [ptxdist] [PATCH] doc: dev manual: fix cargo compile option example Bastian Krause
@ 2023-02-24  7:24 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-02-24  7:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Thanks, applied as 4310b9dc5b7316ea858254e04730c3f1207eee35.

Michael

[sent from post-receive hook]

On Fri, 24 Feb 2023 08:24:53 +0100, Bastian Krause <bst@pengutronix.de> wrote:
> Additional options have to be specified in FOO_MAKE_OPT, not in
> FOO_CONF_OPT.
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20230223144627.304332-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/doc/dev_advanced_rule_files.rst b/doc/dev_advanced_rule_files.rst
> index 9fc6420902b6..1aa246fe2243 100644
> --- a/doc/dev_advanced_rule_files.rst
> +++ b/doc/dev_advanced_rule_files.rst
> @@ -472,11 +472,11 @@ for Cargo packages:
>  
>      FOO_CONF_TOOL := cargo
>  
> -Additional *cargo* options can be added to the configuration options like this:
> +Additional *cargo* options can be added to the compile options like this:
>  
>  .. code-block:: make
>  
> -    FOO_CONF_OPT := \
> +    FOO_MAKE_OPT := \
>      	$(CROSS_CARGO_OPT) \
>      	--features ...
>  



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-24  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 14:46 [ptxdist] [PATCH] doc: dev manual: fix cargo compile option example Bastian Krause
2023-02-24  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox