* [ptxdist] [PATCH] template: kernel: fix make syntax
@ 2020-06-23 10:17 Roland Hieber
2020-06-26 11:00 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2020-06-23 10:17 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
The closing brace for the foreach macro was removed when the line was
converted from ';' to '$(ptx/nl)'.
Fixes: 5b006ca1670901a4b74a ("template-kernel: use ptx/nl")
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
rules/templates/template-kernel-make | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rules/templates/template-kernel-make b/rules/templates/template-kernel-make
index e5b09daa047b..4891b17af758 100644
--- a/rules/templates/template-kernel-make
+++ b/rules/templates/template-kernel-make
@@ -80,7 +80,8 @@ $(STATEDIR)/kernel-@package@.install:
@$(call targetinfo)
@$(call world/install, KERNEL_@PACKAGE@)
@$(foreach image, $(KERNEL_@PACKAGE@_IMAGES), \
- install -m 644 $(image) $(IMAGEDIR)/$(notdir $(image))-@package@$(ptx/nl)
+ install -m 644 $(image) $(IMAGEDIR)/$(notdir $(image))-@package@$(ptx/nl) \
+ )
@$(call touch)
# ----------------------------------------------------------------------------
--
2.27.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] template: kernel: fix make syntax
2020-06-23 10:17 [ptxdist] [PATCH] template: kernel: fix make syntax Roland Hieber
@ 2020-06-26 11:00 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-06-26 11:00 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
Thanks, applied as a81a9f0fa98d78c62749011666e360603ae35b08.
Michael
[sent from post-receive hook]
On Fri, 26 Jun 2020 13:00:53 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> The closing brace for the foreach macro was removed when the line was
> converted from ';' to '$(ptx/nl)'.
>
> Fixes: 5b006ca1670901a4b74a ("template-kernel: use ptx/nl")
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20200623101730.32495-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/templates/template-kernel-make b/rules/templates/template-kernel-make
> index e5b09daa047b..4891b17af758 100644
> --- a/rules/templates/template-kernel-make
> +++ b/rules/templates/template-kernel-make
> @@ -80,7 +80,8 @@ $(STATEDIR)/kernel-@package@.install:
> @$(call targetinfo)
> @$(call world/install, KERNEL_@PACKAGE@)
> @$(foreach image, $(KERNEL_@PACKAGE@_IMAGES), \
> - install -m 644 $(image) $(IMAGEDIR)/$(notdir $(image))-@package@$(ptx/nl)
> + install -m 644 $(image) $(IMAGEDIR)/$(notdir $(image))-@package@$(ptx/nl) \
> + )
> @$(call touch)
>
> # ----------------------------------------------------------------------------
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-26 11:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-23 10:17 [ptxdist] [PATCH] template: kernel: fix make syntax Roland Hieber
2020-06-26 11:00 ` [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