From d1377e48b823681e49357e621c152791efa3a0c8 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 21 May 2003 18:27:56 +0000 Subject: Applied Zack's ch5-expect patch to remove all but the --prefix option git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2620 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter05/expect-inst.xml | 3 +-- index.xml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 951a1d3c9..5f2a41768 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -78,6 +78,10 @@ +May 21st, 2003 [winkie]: Chapter 05 - Installing Expect: +Don't both passing anything more than --prefix=/stage1. None of it is +needed. + May 16th, 2003 [gerard]: Chapter 06: Net-tools: Changed make install to make update. diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index 1df296566..1ef864684 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -4,8 +4,7 @@ Installation of Expect patch -Np1 -i ../expect-&expect-version;.patch -./configure --prefix=/stage1 --with-tcl=/stage1/lib \ -    --with-x=no --disable-symbols --cache-file=/dev/null +./configure --prefix=/stage1 make make test make install diff --git a/index.xml b/index.xml index be7c637b9..813262f3e 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + -- cgit v1.2.3-54-g00ecf