mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] timezone.make: Fix find whine.
Date: Tue, 22 Nov 2022 14:20:22 +0100	[thread overview]
Message-ID: <20221122132022.3159898-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20221121110138.174765-1-christian.melki@t2data.com>

Thanks, applied as bc2dc54248e514d8e12a32c23f6cae59f810d08b.

Michael

[sent from post-receive hook]

On Tue, 22 Nov 2022 14:20:22 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> find: warning: unrecognized escape `\|'
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20221121110138.174765-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/timezone.make b/rules/timezone.make
> index 794e0d61e9b2..00fd3cff684b 100644
> --- a/rules/timezone.make
> +++ b/rules/timezone.make
> @@ -88,7 +88,7 @@ $(STATEDIR)/timezone.install:
>  		$(call add_zoneinfo, $$target, $(TIMEZONE_PKGDIR)/usr/share, $(PTXDIST_SYSROOT_HOST)/usr); \
>  	done
>  # Fix entries in zonetab to match the selected PTXCONF_TIMEZONE_* options.
> -	@grep "\($$(find $(TIMEZONE_PKGDIR)/usr/share/zoneinfo -type f -printf '%P\|')#\)" \
> +	@grep "\($$(find $(TIMEZONE_PKGDIR)/usr/share/zoneinfo -type f -printf '%P\\|')#\)"  \
>  		$(PTXDIST_SYSROOT_HOST)/usr/share/zoneinfo/zone1970.tab > \
>  		$(TIMEZONE_PKGDIR)/usr/share/zoneinfo/zone1970.tab
>  



      reply	other threads:[~2022-11-22 13:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-21 11:01 [ptxdist] [PATCH] " Christian Melki
2022-11-22 13:20 ` 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=20221122132022.3159898-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=christian.melki@t2data.com \
    --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