mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-22 12:15:04 +01:00
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
This commit is contained in:
parent
9d937e5dee
commit
d1377e48b8
@ -78,6 +78,10 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>May 21st, 2003 [winkie]: Chapter 05 - Installing Expect:
|
||||||
|
Don't both passing anything more than --prefix=/stage1. None of it is
|
||||||
|
needed.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>May 16th, 2003 [gerard]: Chapter 06: Net-tools: Changed
|
<listitem><para>May 16th, 2003 [gerard]: Chapter 06: Net-tools: Changed
|
||||||
<userinput>make install</userinput> to <userinput>make
|
<userinput>make install</userinput> to <userinput>make
|
||||||
update</userinput>.</para></listitem>
|
update</userinput>.</para></listitem>
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
<title>Installation of Expect</title>
|
<title>Installation of Expect</title>
|
||||||
|
|
||||||
<para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch
|
<para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch
|
||||||
./configure --prefix=/stage1 --with-tcl=/stage1/lib \
|
./configure --prefix=/stage1
|
||||||
--with-x=no --disable-symbols --cache-file=/dev/null
|
|
||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
make install</userinput></screen></para>
|
make install</userinput></screen></para>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20030516">
|
<!ENTITY version "20030521">
|
||||||
<!ENTITY releasedate "May 16th, 2003">
|
<!ENTITY releasedate "May 21st, 2003">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user