* [ptxdist] [PATCH] timezone.make: Fix find whine.
@ 2022-11-21 11:01 Christian Melki
2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-11-21 11:01 UTC (permalink / raw)
To: ptxdist
find: warning: unrecognized escape `\|'
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/timezone.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/timezone.make b/rules/timezone.make
index 794e0d61e..00fd3cff6 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
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] timezone.make: Fix find whine.
2022-11-21 11:01 [ptxdist] [PATCH] timezone.make: Fix find whine Christian Melki
@ 2022-11-22 13:20 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-11-22 13:20 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-22 13:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 11:01 [ptxdist] [PATCH] timezone.make: Fix find whine Christian Melki
2022-11-22 13:20 ` [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