]> git.proxmox.com Git - grub2.git/commit
Remove any awareness of *.c util files about target.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 27 Feb 2012 13:24:22 +0000 (14:24 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 27 Feb 2012 13:24:22 +0000 (14:24 +0100)
commitc36e5cd162e83547f6f1481ca4c2e0c14c0fd852
tree2648835d48546a5b0536b4b6898434ddc08d6e6f
parent584b2f8a229ff3d36a8314eff2d40897ead00301
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.
12 files changed:
ChangeLog
Makefile.util.def
configure.ac
docs/man/grub-bios-setup.h2m [new file with mode: 0644]
docs/man/grub-setup.h2m [deleted file]
docs/man/grub-sparc64-setup.h2m [new file with mode: 0644]
include/grub/dl.h
include/grub/elf.h
include/grub/types.h
util/grub-install.in
util/grub-mkimagexx.c
util/grub-setup.c