From 5f28defe66b1c5875e8531502c25d4198642dba7 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 31 Mar 2015 21:25:42 +0000 Subject: [PATCH] Adjust discussion of LFS envronment variable to be before first use. Use --with-glibc-version=2.11 in gcc-pass1. Update to dejagnu-1.5.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 17 +++++++++++++++++ chapter01/whatsnew.xml | 4 ++-- chapter02/chapter02.xml | 2 +- chapter02/mounting.xml | 14 ++++---------- chapter05/gcc-pass1.xml | 5 ++++- general.ent | 4 ++-- packages.ent | 6 +++--- prologue/hostreqs.xml | 2 +- 8 files changed, 34 insertions(+), 20 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 80c5d692c..fbdaf7880 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,23 @@ --> + + 2015-03-31 + + + [bdubbs] - Adjust discussion of LFS envronment variable to be + before first use. + + + [bdubbs] - Use --with-glibc-version=2.11 in gcc-pass1. + + + [bdubbs] - Update to dejagnu-1.5.3. Fixes + #3773. + + + + 2015-03-28 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 3579b30f6..b22248f8c 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -55,9 +55,9 @@ - + diff --git a/chapter02/chapter02.xml b/chapter02/chapter02.xml index 84484ccce..aa62827bb 100644 --- a/chapter02/chapter02.xml +++ b/chapter02/chapter02.xml @@ -14,7 +14,7 @@ - + diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index 3e6c25d0c..873896384 100644 --- a/chapter02/mounting.xml +++ b/chapter02/mounting.xml @@ -13,17 +13,11 @@ Now that a file system has been created, the partition needs to be made accessible. In order to do this, the partition needs to be mounted at a chosen mount point. For the purposes of this book, it is - assumed that the file system is mounted under /mnt/lfs, but the directory choice is up - to you. + assumed that the file system is mounted under the directory specified by the + LFS envronment varibale as described in the previous section. + - Choose a mount point and assign it to the LFS - environment variable by running: - -export LFS=/mnt/lfs - - Next, create the mount point and mount the LFS file system by - running: + Create the mount point and mount the LFS file system by running: mkdir -pv $LFS mount -v -t ext4 /dev/<xxx> $LFS diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 58a3f770c..20350c128 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -98,12 +98,14 @@ done copied files. When used in conjunction with cp -u, this prevents unexpected changes to the original files in case the commands are inadvertently run twice. - + + - + diff --git a/packages.ent b/packages.ent index cc3ac63c0..8689815e1 100644 --- a/packages.ent +++ b/packages.ent @@ -105,10 +105,10 @@ - - + + - + diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index d88dcc0fc..a2f5fa97e 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -77,7 +77,7 @@ - Glibc-2.5.1 (Versions + Glibc-2.11 (Versions greater than &glibc-version; are not recommended as they have not been tested)