]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* autogen.sh: Add ./util/grub-gen-widthspec.c and
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 3 Oct 2013 21:24:47 +0000 (23:24 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 3 Oct 2013 21:24:47 +0000 (23:24 +0200)
./util/grub-gen-asciih.c to exclude list.

ChangeLog
autogen.sh

index 3368f46dbdc3a23b715132805b626d1848d7c3ad..a88e2a0d0b62041c89d10bcf30ecd681fcbaabb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-03  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * autogen.sh: Add ./util/grub-gen-widthspec.c and
+       ./util/grub-gen-asciih.c to exclude list.
+
 2013-10-03  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/gfxmenu/theme_loader.c (theme_set_string): Fix memory leak
index 466a42b2466edd71db040280f7eb6beaf234faee..f4e06bf265faceaf77002df0dea603939151eceb 100755 (executable)
@@ -6,7 +6,7 @@ export LC_CTYPE=C
 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' |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' |sort > po/POTFILES.in
 find util -iname '*.in' ! -name Makefile.in  |sort > po/POTFILES-shell.in
 
 autogen --version >/dev/null || exit 1