Move platform-dependent files from $prefix to $prefix/$platform.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 4 Feb 2012 20:47:29 +0000 (21:47 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 4 Feb 2012 20:47:29 +0000 (21:47 +0100)
commit92cd0f6e45d8705b2473b1e9291ff6d74c7dd88c
tree26db226cb4819fca85219b8f766372fab67b9f0f
parentdb606889a94fc4760cfef51dcb74177fe42cf388
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.
15 files changed:
ChangeLog
config.h.in
configure.ac
grub-core/commands/parttool.c
grub-core/efiemu/main.c
grub-core/gettext/gettext.c
grub-core/kern/dl.c
grub-core/normal/autofs.c
grub-core/normal/crypto.c
grub-core/normal/dyncmd.c
grub-core/normal/main.c
grub-core/normal/term.c
util/grub-install.in
util/grub-mknetdir.in
util/grub-mkrescue.in