Blame SOURCES/0435-autogen.sh-Exclude-unused-libgcrypt-files-from-trans.patch

f96e0b
From 56b79f793db3488f8efa3bc345cd71b179c03c29 Mon Sep 17 00:00:00 2001
f96e0b
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
f96e0b
Date: Tue, 7 May 2013 11:45:47 +0200
f96e0b
Subject: [PATCH 435/482] 	* autogen.sh: Exclude unused libgcrypt files
f96e0b
 from translation.
f96e0b
f96e0b
---
f96e0b
 ChangeLog  | 4 ++++
f96e0b
 autogen.sh | 2 +-
f96e0b
 2 files changed, 5 insertions(+), 1 deletion(-)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index 92af2dd..d6a68b7 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,5 +1,9 @@
f96e0b
 2013-05-07  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
 
f96e0b
+	* autogen.sh: Exclude unused libgcrypt files from translation.
f96e0b
+
f96e0b
+2013-05-07  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
+
f96e0b
 	Simplify few strings.
f96e0b
 
f96e0b
 2013-05-07  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
diff --git a/autogen.sh b/autogen.sh
f96e0b
index 00fdafc..60ae5db 100755
f96e0b
--- a/autogen.sh
f96e0b
+++ b/autogen.sh
f96e0b
@@ -6,7 +6,7 @@ export LC_CTYPE=C
f96e0b
 export LC_COLLATE=C
f96e0b
 unset LC_ALL
f96e0b
 
f96e0b
-find . -iname '*.[ch]' -not -ipath './grub-core/lib/libgcrypt-grub/*' -not -ipath './build-aux/*' |sort > po/POTFILES.in
f96e0b
+find . -iname '*.[ch]' -not -ipath './grub-core/lib/libgcrypt-grub/*' -not -ipath './build-aux/*' -not -ipath './grub-core/lib/libgcrypt/src/misc.c' -not -ipath './grub-core/lib/libgcrypt/src/global.c' -not -ipath './grub-core/lib/libgcrypt/src/secmem.c' |sort > po/POTFILES.in
f96e0b
 
f96e0b
 autogen --version >/dev/null || exit 1
f96e0b
 
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b