* po/POTFILES-shell.in: Autogenerate it.
This commit is contained in:
parent
0ef7478b5b
commit
b4c1da6282
3 changed files with 5 additions and 21 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-05-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* po/POTFILES-shell.in: Autogenerate it.
|
||||||
|
|
||||||
2013-05-10 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-05-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/net/net.c (grub_net_open_real): Autoload network modules.
|
* grub-core/net/net.c (grub_net_open_real): Autoload network modules.
|
||||||
|
|
|
@ -7,6 +7,7 @@ export LC_COLLATE=C
|
||||||
unset LC_ALL
|
unset LC_ALL
|
||||||
|
|
||||||
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
|
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
|
||||||
|
find util -iname '*.in' -not -name Makefile.in |sort > po/POTFILES-shell.in
|
||||||
|
|
||||||
autogen --version >/dev/null || exit 1
|
autogen --version >/dev/null || exit 1
|
||||||
|
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
util/grub.d/00_header.in
|
|
||||||
util/grub.d/10_hurd.in
|
|
||||||
util/grub.d/10_illumos.in
|
|
||||||
util/grub.d/10_kfreebsd.in
|
|
||||||
util/grub.d/10_linux.in
|
|
||||||
util/grub.d/10_netbsd.in
|
|
||||||
util/grub.d/10_windows.in
|
|
||||||
util/grub.d/20_linux_xen.in
|
|
||||||
util/grub.d/30_os-prober.in
|
|
||||||
util/grub.d/40_custom.in
|
|
||||||
util/grub.d/41_custom.in
|
|
||||||
util/grub-install.in
|
|
||||||
util/grub-kbdcomp.in
|
|
||||||
util/grub-mkconfig.in
|
|
||||||
util/grub-mkconfig_lib.in
|
|
||||||
util/grub-mknetdir.in
|
|
||||||
util/grub-mkrescue.in
|
|
||||||
util/grub-mkstandalone.in
|
|
||||||
util/grub-reboot.in
|
|
||||||
util/grub-set-default.in
|
|
||||||
util/powerpc/ieee1275/grub-mkrescue.in
|
|
Loading…
Reference in a new issue