From 5763f6758eff4e014e353fca57c2064915c46544 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Mon, 3 Nov 2003 22:47:39 +0000 Subject: Fixing some tiny typos, and rephrasing a few more lines. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/grub.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/grub.xml') diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 431715f8d..929e2310b 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -19,11 +19,11 @@ have defined any environment variables that override default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting them when building Grub. -Grub needs a patch to fix a compilation problem with GCC-&gcc-version; +First fix a compilation problem with GCC-&gcc-version;: patch -Np1 -i ../&grub-patch; -Prepare Grub for compilation: +Now prepare Grub for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf