mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] template: kernel: fix make syntax
Date: Fri, 26 Jun 2020 13:00:53 +0200	[thread overview]
Message-ID: <E1jom6H-0006L1-8L@dude02.hi.pengutronix.de> (raw)
In-Reply-To: <20200623101730.32495-1-rhi@pengutronix.de>

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

      reply	other threads:[~2020-06-26 11:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-23 10:17 [ptxdist] [PATCH] " Roland Hieber
2020-06-26 11:00 ` Michael Olbrich [this message]

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=E1jom6H-0006L1-8L@dude02.hi.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=rhi@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