grub/util
Vladimir 'phcoder' Serbinenko c36e5cd162 Remove any awareness of *.c util files about target.
* Makefile.util.def (grub-setup): Split to ...
	(grub-bios-setup): ... and this.
	(grub-sparc64-setup): ... and this.
	* configure.ac: Don't add machine_CPPFLAGS into HOST_CPPFLAGS.
	* docs/man/grub-setup.h2m: Split into ...
	* docs/man/grub-sparc64-setup.h2m: ... this.
	* docs/man/grub-bios-setup.h2m: ... and this.
	* include/grub/dl.h (grub_dl) [GRUB_UTIL]: Remove struct.
	* include/grub/elf.h (Elf_*) [GRUB_UTIL]: Remove types.
	(GRUB_TARGET_WORDSIZE) [GRUB_UTIL]: Remove.
	(grub_target_addr_t): Remove.
	(grub_target_size_t): Remove.
	(grub_target_ssize_t): Remove.
	* util/grub-install.in: Use new grub-*-setup.
	* util/grub-mkimagexx.c (Elf_Word): New define.
	(Elf_Half): Likewise.
	(Elf_Section): Likewise.
	(ELF_ST_TYPE): Likewise.
	* util/grub-setup.c: Switch from GRUB_MACHINE_SPARC64 to
	GRUB_SETUP_SPARC64 and from GRUB_MACHINE_PCBIOS to GRUB_SETUP_BIOS.
2012-02-27 14:24:22 +01:00
..
bash-completion.d Fix incorrect identifiers in bash-completion. 2011-09-28 14:19:21 +02:00
grub.d Remove GRUB_PREFIX. 2012-02-26 18:21:31 +01:00
i386/efi Merge mainline into install 2010-09-15 14:46:53 +02:00
ieee1275 * util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is 2012-02-22 16:50:14 +01:00
powerpc/ieee1275 Replace PACKAGE_TARNAME with PACKAGE in pkglibdir and pkgdatadir. 2012-02-27 11:04:50 +01:00
bin2h.c * util/bin2h.c (usage): Add missing attribute noreturn. 2012-02-22 05:06:58 +01:00
devicemap.c * util/sparc64/ieee1275/misc.c: New file. 2009-04-22 09:57:39 +00:00
getroot.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
grub-editenv.c * util/grub-editenv.c (argp_parser): Make static. 2012-02-10 13:26:19 +01:00
grub-fstest.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
grub-install.in Remove any awareness of *.c util files about target. 2012-02-27 14:24:22 +01:00
grub-kbdcomp.in Replace PACKAGE_TARNAME with PACKAGE in pkglibdir and pkgdatadir. 2012-02-27 11:04:50 +01:00
grub-macho2img.c * util/grub-macho2img.c: Add comment concerning gettext. 2011-11-11 20:52:41 +01:00
grub-menulst2cfg.c Improve and unify messages. 2012-02-05 11:07:33 +01:00
grub-mkconfig.in Replace PACKAGE_TARNAME with PACKAGE in pkglibdir and pkgdatadir. 2012-02-27 11:04:50 +01:00
grub-mkconfig_lib.in Replace PACKAGE_TARNAME with PACKAGE in pkglibdir and pkgdatadir. 2012-02-27 11:04:50 +01:00
grub-mkfont.c * conf/Makefile.common (CFLAGS_GNULIB): Add 2012-02-24 12:30:32 +01:00
grub-mkimage.c Remove improper use of program_transform_name on pkglibrootdir. 2012-02-27 10:35:37 +01:00
grub-mkimagexx.c Remove any awareness of *.c util files about target. 2012-02-27 14:24:22 +01:00
grub-mklayout.c * util/grub-mklayout.c (console_grub_equivalence): Make "layout" 2012-02-10 13:42:00 +01:00
grub-mknetdir.in * util/grub-mknetdir.in (grub_prefix): Removed. 2012-02-27 11:08:17 +01:00
grub-mkpasswd-pbkdf2.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
grub-mkrelpath.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
grub-mkrescue.in Replace PACKAGE_TARNAME with PACKAGE in pkglibdir and pkgdatadir. 2012-02-27 11:04:50 +01:00
grub-mkstandalone.in Replace PACKAGE_TARNAME with PACKAGE in pkglibdir and pkgdatadir. 2012-02-27 11:04:50 +01:00
grub-mount.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
grub-pe2elf.c Improve and unify messages. 2012-02-05 11:07:33 +01:00
grub-probe.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
grub-reboot.in Replace PACKAGE_TARNAME with PACKAGE in pkglibdir and pkgdatadir. 2012-02-27 11:04:50 +01:00
grub-script-check.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
grub-set-default.in Replace PACKAGE_TARNAME with PACKAGE in pkglibdir and pkgdatadir. 2012-02-27 11:04:50 +01:00
grub-setup.c Remove any awareness of *.c util files about target. 2012-02-27 14:24:22 +01:00
import_gcry.py * configure.ac: Remove -Winline altogether and -Wmissing-prototypes on 2012-02-11 12:21:21 +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 * util/misc.c (grub_util_write_image_at): Fix format specification. 2012-02-10 12:52:46 +01:00
raid.c Improve and unify messages. 2012-02-05 11:07:33 +01:00
resolve.c Improve and unify messages. 2012-02-05 11:07:33 +01:00