From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200623101730.32495-1-rhi@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 26 Jun 2020 13:00:53 +0200 Subject: Re: [ptxdist] [APPLIED] template: kernel: fix make syntax 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 Cc: Roland Hieber Thanks, applied as a81a9f0fa98d78c62749011666e360603ae35b08. Michael [sent from post-receive hook] On Fri, 26 Jun 2020 13:00:53 +0200, Roland Hieber 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 > Message-Id: <20200623101730.32495-1-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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