* INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes.

* docs/grub.texi (Getting the source code): Likewise.
This commit is contained in:
Colin Watson 2013-12-27 03:03:32 +00:00
parent a6e7719bbe
commit 51f941a0d8
3 changed files with 14 additions and 9 deletions

View file

@ -1,3 +1,8 @@
2013-12-27 Colin Watson <cjwatson@ubuntu.com>
* INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes.
* docs/grub.texi (Getting the source code): Likewise.
2013-12-25 Andrey Borzenkov <arvidjaar@gmail.com> 2013-12-25 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/osdep/windows/platform.c (get_platform): Fix EFI * grub-core/osdep/windows/platform.c (get_platform): Fix EFI

10
INSTALL
View file

@ -140,7 +140,7 @@ If build and host are different make check isn't available.
If build and host are different man pages are not generated. If build and host are different man pages are not generated.
As an example imagine you have a build system running on FreeBSD on sparc As an example imagine you have a build system running on FreeBSD on sparc
which prepares packages for developpers running amd64 GNU/Linux laptop and which prepares packages for developers running amd64 GNU/Linux laptop and
they need to make images for ARM board running U-boot. In this case: they need to make images for ARM board running U-boot. In this case:
build=sparc64-freebsd build=sparc64-freebsd
@ -149,7 +149,7 @@ target=arm-uboot
For this example the configure line might look like (more details below) For this example the configure line might look like (more details below)
(some options are optional and included here for completeness but some rarely (some options are optional and included here for completeness but some rarely
used options are omited): used options are omitted):
./configure BUILD_CC=gcc BUILD_FREETYPE=freetype-config --host=amd64-linux-gnu ./configure BUILD_CC=gcc BUILD_FREETYPE=freetype-config --host=amd64-linux-gnu
CC=amd64-linux-gnu-gcc CFLAGS="-g -O2" FREETYPE=amd64-linux-gnu-freetype-config CC=amd64-linux-gnu-gcc CFLAGS="-g -O2" FREETYPE=amd64-linux-gnu-freetype-config
@ -196,9 +196,9 @@ corresponding platform are not needed for the platform in question.
11. TARGET_RANLIB= for ranlib for target. 11. TARGET_RANLIB= for ranlib for target.
- Additionally for emu, for host and target. - Additionally for emu, for host and target.
1. SDL is looked for in stadard linker directories (-lSDL) (optional) 1. SDL is looked for in standard linker directories (-lSDL) (optional)
2. libpciaccess is looked for in stadard linker directories (-lpciaccess) (optional) 2. libpciaccess is looked for in standard linker directories (-lpciaccess) (optional)
3. libusb is looked for in stadard linker directories (-lusb) (optional) 3. libusb is looked for in standard linker directories (-lusb) (optional)
- Platform-agnostic tools and data. - Platform-agnostic tools and data.
1. make is the tool you execute after ./configure. 1. make is the tool you execute after ./configure.

View file

@ -108,16 +108,16 @@ The branches available are:
@table @samp @table @samp
@item master @item master
Main developpement branch. Main development branch.
@item grub-legacy @item grub-legacy
GRUB 0.97 codebase. Kept for reference and legal reasons GRUB 0.97 codebase. Kept for reference and legal reasons
@item multiboot @item multiboot
Multiboot specfication Multiboot specfication
@item multiboot2 @item multiboot2
Multiboot2 specfication Multiboot2 specfication
@item developper branches @item developer branches
Prefixed with developper name. Every developper of a team manages his own branches. Prefixed with developer name. Every developer of a team manages his own branches.
Developper branches do not need changelog entries. Developer branches do not need changelog entries.
@end table @end table
Once you have used @kbd{git clone} to fetch an initial copy of a branch, you Once you have used @kbd{git clone} to fetch an initial copy of a branch, you