Merge branch 'master' of git.sv.gnu.org:/srv/git/grub
This commit is contained in:
commit
deca601915
5 changed files with 14 additions and 3 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2013-11-15 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/Makefile.core.def (signature_test): Add missing
|
||||||
|
tests/signatures.h.
|
||||||
|
|
||||||
|
2013-11-14 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* util/grub-install_header: Set localedir here, since this file is
|
||||||
|
where it's used.
|
||||||
|
* util/grub-install.in: Remove setting of localedir.
|
||||||
|
* util/grub-mkrescue.in: Likewise.
|
||||||
|
|
||||||
2013-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* Makefile.am (default_payload.elf): Add uhci, ohci and usb_keyboard.
|
* Makefile.am (default_payload.elf): Add uhci, ohci and usb_keyboard.
|
||||||
|
|
|
@ -1914,6 +1914,7 @@ module = {
|
||||||
module = {
|
module = {
|
||||||
name = signature_test;
|
name = signature_test;
|
||||||
common = tests/signature_test.c;
|
common = tests/signature_test.c;
|
||||||
|
common = tests/signatures.h;
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
|
|
|
@ -22,7 +22,6 @@ sysconfdir="@sysconfdir@"
|
||||||
|
|
||||||
host_os=@host_os@
|
host_os=@host_os@
|
||||||
target=
|
target=
|
||||||
localedir="@datadir@/locale"
|
|
||||||
|
|
||||||
grub_probe="${sbindir}/@grub_probe@"
|
grub_probe="${sbindir}/@grub_probe@"
|
||||||
grub_editenv="${bindir}/@grub_editenv@"
|
grub_editenv="${bindir}/@grub_editenv@"
|
||||||
|
|
|
@ -29,6 +29,7 @@ datadir="@datadir@"
|
||||||
if [ "x$pkgdatadir" = x ]; then
|
if [ "x$pkgdatadir" = x ]; then
|
||||||
pkgdatadir="${datadir}/@PACKAGE@"
|
pkgdatadir="${datadir}/@PACKAGE@"
|
||||||
fi
|
fi
|
||||||
|
localedir="@datadir@/locale"
|
||||||
|
|
||||||
self=`basename $0`
|
self=`basename $0`
|
||||||
|
|
||||||
|
|
|
@ -44,8 +44,6 @@ product_version="${PACKAGE_VERSION}"
|
||||||
|
|
||||||
xorriso=xorriso
|
xorriso=xorriso
|
||||||
|
|
||||||
localedir="@datadir@/locale"
|
|
||||||
|
|
||||||
# Usage: usage
|
# Usage: usage
|
||||||
# Print the usage.
|
# Print the usage.
|
||||||
usage () {
|
usage () {
|
||||||
|
|
Loading…
Reference in a new issue