|
|
4fe85b |
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
4fe85b |
From: Colin Watson <cjwatson@ubuntu.com>
|
|
|
4fe85b |
Date: Fri, 27 Dec 2013 03:03:32 +0000
|
|
|
4fe85b |
Subject: [PATCH] * INSTALL (Cross-compiling the GRUB): Fix some spelling
|
|
|
4fe85b |
mistakes. * docs/grub.texi (Getting the source code): Likewise.
|
|
|
4fe85b |
|
|
|
4fe85b |
---
|
|
|
4fe85b |
ChangeLog | 5 +++++
|
|
|
4fe85b |
INSTALL | 10 +++++-----
|
|
|
4fe85b |
docs/grub-dev.texi | 8 ++++----
|
|
|
4fe85b |
3 files changed, 14 insertions(+), 9 deletions(-)
|
|
|
4fe85b |
|
|
|
4fe85b |
diff --git a/ChangeLog b/ChangeLog
|
|
|
4fe85b |
index 153bc43c1c5..bbb0f31532d 100644
|
|
|
4fe85b |
--- a/ChangeLog
|
|
|
4fe85b |
+++ b/ChangeLog
|
|
|
4fe85b |
@@ -1,3 +1,8 @@
|
|
|
4fe85b |
+2013-12-27 Colin Watson <cjwatson@ubuntu.com>
|
|
|
4fe85b |
+
|
|
|
4fe85b |
+ * INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes.
|
|
|
4fe85b |
+ * docs/grub.texi (Getting the source code): Likewise.
|
|
|
4fe85b |
+
|
|
|
4fe85b |
2013-12-25 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
4fe85b |
|
|
|
4fe85b |
* grub-core/kern/arm/cache_armv6.S: Remove .arch directive.
|
|
|
4fe85b |
diff --git a/INSTALL b/INSTALL
|
|
|
4fe85b |
index afc957ca997..db12530dff3 100644
|
|
|
4fe85b |
--- a/INSTALL
|
|
|
4fe85b |
+++ b/INSTALL
|
|
|
4fe85b |
@@ -140,7 +140,7 @@ If build and host are different make check isn't available.
|
|
|
4fe85b |
If build and host are different man pages are not generated.
|
|
|
4fe85b |
|
|
|
4fe85b |
As an example imagine you have a build system running on FreeBSD on sparc
|
|
|
4fe85b |
-which prepares packages for developpers running amd64 GNU/Linux laptop and
|
|
|
4fe85b |
+which prepares packages for developers running amd64 GNU/Linux laptop and
|
|
|
4fe85b |
they need to make images for ARM board running U-boot. In this case:
|
|
|
4fe85b |
|
|
|
4fe85b |
build=sparc64-freebsd
|
|
|
4fe85b |
@@ -149,7 +149,7 @@ target=arm-uboot
|
|
|
4fe85b |
|
|
|
4fe85b |
For this example the configure line might look like (more details below)
|
|
|
4fe85b |
(some options are optional and included here for completeness but some rarely
|
|
|
4fe85b |
-used options are omited):
|
|
|
4fe85b |
+used options are omitted):
|
|
|
4fe85b |
|
|
|
4fe85b |
./configure BUILD_CC=gcc BUILD_FREETYPE=freetype-config --host=amd64-linux-gnu
|
|
|
4fe85b |
CC=amd64-linux-gnu-gcc CFLAGS="-g -O2" FREETYPE=amd64-linux-gnu-freetype-config
|
|
|
4fe85b |
@@ -196,9 +196,9 @@ corresponding platform are not needed for the platform in question.
|
|
|
4fe85b |
11. TARGET_RANLIB= for ranlib for target.
|
|
|
4fe85b |
|
|
|
4fe85b |
- Additionally for emu, for host and target.
|
|
|
4fe85b |
- 1. SDL is looked for in stadard linker directories (-lSDL) (optional)
|
|
|
4fe85b |
- 2. libpciaccess is looked for in stadard linker directories (-lpciaccess) (optional)
|
|
|
4fe85b |
- 3. libusb is looked for in stadard linker directories (-lusb) (optional)
|
|
|
4fe85b |
+ 1. SDL is looked for in standard linker directories (-lSDL) (optional)
|
|
|
4fe85b |
+ 2. libpciaccess is looked for in standard linker directories (-lpciaccess) (optional)
|
|
|
4fe85b |
+ 3. libusb is looked for in standard linker directories (-lusb) (optional)
|
|
|
4fe85b |
|
|
|
4fe85b |
- Platform-agnostic tools and data.
|
|
|
4fe85b |
1. make is the tool you execute after ./configure.
|
|
|
4fe85b |
diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi
|
|
|
4fe85b |
index c796850522a..7c6244cdb71 100644
|
|
|
4fe85b |
--- a/docs/grub-dev.texi
|
|
|
4fe85b |
+++ b/docs/grub-dev.texi
|
|
|
4fe85b |
@@ -108,16 +108,16 @@ The branches available are:
|
|
|
4fe85b |
|
|
|
4fe85b |
@table @samp
|
|
|
4fe85b |
@item master
|
|
|
4fe85b |
- Main developpement branch.
|
|
|
4fe85b |
+ Main development branch.
|
|
|
4fe85b |
@item grub-legacy
|
|
|
4fe85b |
GRUB 0.97 codebase. Kept for reference and legal reasons
|
|
|
4fe85b |
@item multiboot
|
|
|
4fe85b |
Multiboot specfication
|
|
|
4fe85b |
@item multiboot2
|
|
|
4fe85b |
Multiboot2 specfication
|
|
|
4fe85b |
-@item developper branches
|
|
|
4fe85b |
- Prefixed with developper name. Every developper of a team manages his own branches.
|
|
|
4fe85b |
- Developper branches do not need changelog entries.
|
|
|
4fe85b |
+@item developer branches
|
|
|
4fe85b |
+ Prefixed with developer name. Every developer of a team manages his own branches.
|
|
|
4fe85b |
+ Developer branches do not need changelog entries.
|
|
|
4fe85b |
@end table
|
|
|
4fe85b |
|
|
|
4fe85b |
Once you have used @kbd{git clone} to fetch an initial copy of a branch, you
|