All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] POTFILES: Don't include gnulib in grub.pot
@ 2019-03-25 15:23 Vladimir 'phcoder' Serbinenko
  2019-03-26 11:17 ` Daniel Kiper
  0 siblings, 1 reply; 2+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2019-03-25 15:23 UTC (permalink / raw)
  To: The development of GRUB 2

From 25923d90b80709b11969cd56baddd8e898d7b9b5 Mon Sep 17 00:00:00 2001
From: Vladimir Serbinenko <phcoder@gmail.com>
Date: Fri, 22 Mar 2019 16:06:18 +0100
Subject: [PATCH] POTFILES: Don't include gnulib in grub.pot

They're translated as a separate project, so we
don't want to submit them again.

Signed-off-by: Vladimir Serbinenko <phcoder@google.com>
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index d9df5f9be..ef43270fc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,7 @@ fi
 export LC_COLLATE=C
 unset LC_ALL

-find . -iname '*.[ch]' ! -ipath './grub-core/lib/libgcrypt-grub/*' !
-ipath './build-aux/*' ! -ipath './grub-core/lib/libgcrypt/src/misc.c'
! -ipath './grub-core/lib/libgcrypt/src/global.c' ! -ipath
'./grub-core/lib/libgcrypt/src/secmem.c'  ! -ipath
'./util/grub-gen-widthspec.c' ! -ipath './util/grub-gen-asciih.c'
|sort > po/POTFILES.in
+find . -iname '*.[ch]' ! -ipath './grub-core/lib/libgcrypt-grub/*' !
-ipath './build-aux/*' ! -ipath './grub-core/lib/libgcrypt/src/misc.c'
! -ipath './grub-core/lib/libgcrypt/src/global.c' ! -ipath
'./grub-core/lib/libgcrypt/src/secmem.c'  ! -ipath
'./util/grub-gen-widthspec.c' ! -ipath './util/grub-gen-asciih.c' !
-ipath './gnulib/*' ! -iname './grub-core/lib/gnulib/*' |sort >
po/POTFILES.in
 find util -iname '*.in' ! -name Makefile.in  |sort > po/POTFILES-shell.in

 echo "Importing unicode..."
-- 
2.11.0


-- 
Regards
Vladimir 'phcoder' Serbinenko


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] POTFILES: Don't include gnulib in grub.pot
  2019-03-25 15:23 [PATCH v2] POTFILES: Don't include gnulib in grub.pot Vladimir 'phcoder' Serbinenko
@ 2019-03-26 11:17 ` Daniel Kiper
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Kiper @ 2019-03-26 11:17 UTC (permalink / raw)
  To: Vladimir 'phcoder' Serbinenko; +Cc: The development of GRUB 2

On Mon, Mar 25, 2019 at 04:23:05PM +0100, Vladimir 'phcoder' Serbinenko wrote:
> >From 25923d90b80709b11969cd56baddd8e898d7b9b5 Mon Sep 17 00:00:00 2001
> From: Vladimir Serbinenko <phcoder@gmail.com>
> Date: Fri, 22 Mar 2019 16:06:18 +0100
> Subject: [PATCH] POTFILES: Don't include gnulib in grub.pot
>
> They're translated as a separate project, so we
> don't want to submit them again.
>
> Signed-off-by: Vladimir Serbinenko <phcoder@google.com>

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Daniel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-26 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-25 15:23 [PATCH v2] POTFILES: Don't include gnulib in grub.pot Vladimir 'phcoder' Serbinenko
2019-03-26 11:17 ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.