From 21ba4e3570c1c2524b0733d492ced9634b259353 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 9 Oct 2003 23:22:07 +0000 Subject: Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of with (and of course the matching closing tags). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/creatingstage1dir.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/creatingstage1dir.xml') diff --git a/chapter05/creatingstage1dir.xml b/chapter05/creatingstage1dir.xml index 2ef07c1a6..2621ec6b3 100644 --- a/chapter05/creatingstage1dir.xml +++ b/chapter05/creatingstage1dir.xml @@ -15,13 +15,13 @@ use something like "tools-for-lfs". Create the required directory by running the following: -mkdir $LFS/tools +mkdir $LFS/tools The next step is to create a /tools symlink on your host system. It will point to the directory we just created on the LFS partition: -ln -s $LFS/tools / +ln -s $LFS/tools / This symlink enables us to compile our toolchain so that it always refers to /tools, meaning that the compiler, assembler -- cgit v1.2.3-54-g00ecf