From 0dd74bdc458be0fab526270b760cfddca8d29193 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 11 Jul 2001 19:34:09 +0000 Subject: Per chap2 the user is already in gcc-3.0, so we can use a relative directory of ../gcc-build to mkdir it and cd into it. And it's also more friendly for people who don't use /usr/src/ to build packages in git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@789 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/gcc-inst.xml') diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 15e03c85f..c4d77b0af 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -17,8 +17,8 @@ who actively work on LFS. -mkdir /usr/src/gcc-build && -cd /usr/src/gcc-build && +mkdir ../gcc-build && +cd ../gcc-build && ../gcc-&gcc-version;/configure --prefix=/usr \    --with-slibdir=/lib --enable-shared \    --enable-languages=c,c++ && -- cgit v1.2.3-54-g00ecf