grub/util
Vladimir 'phcoder' Serbinenko 92cd0f6e45 Move platform-dependent files from $prefix to $prefix/$platform.
* config.h.in (GRUB_TARGET_CPU): New definition.
	(GRUB_PLATFORM): Likewise.
	* configure.ac: Define GRUB_TARGET_CPU and GRUB_PLATFORM.
	* grub-core/commands/parttool.c (grub_cmd_parttool): Update dir.
	* grub-core/efiemu/main.c (grub_efiemu_autocore): Likewise.
	* grub-core/kern/dl.c (grub_dl_load): Likewise.
	* grub-core/normal/autofs.c (read_fs_list): Likewise.
	* grub-core/normal/crypto.c (read_crypto_list): Likewise.
	* grub-core/normal/dyncmd.c (read_command_list): Likewise.
	* grub-core/normal/term.c (read_terminal_list): Likewise.
	* grub-core/gettext/gettext.c (grub_mofile_open_lang): Use
	$prefix/locale.
	(grub_gettext_init_ext): Likewise.
	* grub-core/normal/main.c (GRUB_MOD_INIT): Define grub_cpu and
	grub_platform.
	* util/grub-install.in: Update directories.
	* util/grub-mknetdir.in: Likewise.
	* util/grub-mkrescue.in: Likewise.
2012-02-04 21:47:29 +01:00
..
bash-completion.d Fix incorrect identifiers in bash-completion. 2011-09-28 14:19:21 +02:00
grub.d * util/grub.d/30_os-prober.in: Fix TRANSLATORS comment. 2012-02-03 21:25:10 +01:00
i386/efi Merge mainline into install 2010-09-15 14:46:53 +02:00
ieee1275 Eliminate ofpath limits and possible overflows. 2012-01-29 18:51:21 +01:00
powerpc/ieee1275 * util/grub-reboot.in: Add missing datarootdir. 2012-02-03 21:30:05 +01:00
argp_common.c Migrate grub-mkimage.c to argp. 2012-02-03 21:18:37 +01:00
bin2h.c * util/bin2h.c (main): Fix spelling error in generated output. 2010-11-02 22:51:51 +00:00
devicemap.c * util/sparc64/ieee1275/misc.c: New file. 2009-04-22 09:57:39 +00:00
getroot.c * Makefile.util.def (grub-mkdevicemap): Removed. 2012-02-03 22:36:51 +01:00
grub-editenv.c * grub-core/commands/efi/fixvideo.c: Gettextize. 2011-11-12 00:34:14 +01:00
grub-fstest.c Merge common RAID and LVM logic to an abstract diskfilter. 2012-01-29 14:28:01 +01:00
grub-install.in Move platform-dependent files from $prefix to $prefix/$platform. 2012-02-04 21:47:29 +01:00
grub-kbdcomp.in * util/grub-kbdcomp.in: Add decent help and gettextize. 2012-02-03 21:22:12 +01:00
grub-macho2img.c * util/grub-macho2img.c: Add comment concerning gettext. 2011-11-11 20:52:41 +01:00
grub-menulst2cfg.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
grub-mkconfig.in * util/grub-mkconfig.in: Use umask rather than chmod to create 2012-02-03 12:15:53 +01:00
grub-mkconfig_lib.in * util/grub-mkstandalone.in: Fix help messages. Gettextize. 2012-02-03 11:42:22 +01:00
grub-mkfont.c * util/grub-mkfont.c: Migrate to argp. 2012-02-03 21:45:43 +01:00
grub-mkimage.c Migrate grub-mkimage.c to argp. 2012-02-03 21:18:37 +01:00
grub-mkimagexx.c Fix LTOFF relocation to functions (needed for trampolines) 2011-05-08 17:07:40 +02:00
grub-mklayout.c * util/grub-mkfont.c: Migrate to argp. 2012-02-03 21:45:43 +01:00
grub-mknetdir.in Move platform-dependent files from $prefix to $prefix/$platform. 2012-02-04 21:47:29 +01:00
grub-mkpasswd-pbkdf2.c * util/grub-mkfont.c: Migrate to argp. 2012-02-03 21:45:43 +01:00
grub-mkrelpath.c * util/grub-mkfont.c: Migrate to argp. 2012-02-03 21:45:43 +01:00
grub-mkrescue.in Move platform-dependent files from $prefix to $prefix/$platform. 2012-02-04 21:47:29 +01:00
grub-mkstandalone.in * util/grub-mkstandalone.in: Fix help messages. Gettextize. 2012-02-03 11:42:22 +01:00
grub-mount.c Merge common RAID and LVM logic to an abstract diskfilter. 2012-01-29 14:28:01 +01:00
grub-pe2elf.c * util/grub-pe2elf.c (ehdr): Make static. 2012-01-29 18:53:38 +01:00
grub-probe.c * Makefile.util.def (grub-mkdevicemap): Removed. 2012-02-03 22:36:51 +01:00
grub-reboot.in * util/grub-reboot.in: Add missing datarootdir. 2012-02-03 21:30:05 +01:00
grub-script-check.c * util/grub-mkfont.c: Migrate to argp. 2012-02-03 21:45:43 +01:00
grub-set-default.in * util/grub-reboot.in: Add missing datarootdir. 2012-02-03 21:30:05 +01:00
grub-setup.c Migrate grub-mkimage.c to argp. 2012-02-03 21:18:37 +01:00
import_gcry.py * util/import_gcry.py: Skip _gcry_rmd160_mixblock and serpent_test. We 2011-12-15 20:33:32 +01:00
import_unicode.py * include/grub/unicode.h (grub_unicode_compact_range): Replace end with 2011-12-25 16:03:42 +01:00
lvm.c 2011-10-09 Robert Millan <rmh@gnu.org> 2011-10-09 21:13:00 +02:00
misc.c * grub-core/commands/efi/fixvideo.c: Gettextize. 2011-11-12 00:34:14 +01:00
raid.c * grub-core/commands/efi/fixvideo.c: Gettextize. 2011-11-12 00:34:14 +01:00
resolve.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00