diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-06 22:53:37 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-06 22:53:37 +0000 |
commit | 78deb7d46f3b4617f8520cf45cd607207114afa9 (patch) | |
tree | 2b1aa634a43deadec902fb08955f478c49a83de2 /chapter05 | |
parent | ec47dfcf85c20339305939a4e96a6a22a0ba6924 (diff) |
added build notes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2528 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/expect-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/lockingglibc.xml | 2 | ||||
-rw-r--r-- | chapter05/tcl-inst.xml | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index 5554a8be1..f0491c730 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -10,6 +10,8 @@ make LDFLAGS="-s" make test make install</userinput></screen></para> +<para>You can remove the tcl-&tcl-version; directory now as well as the +expect directory.</para> </sect2> diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 7a784515e..9b0658aff 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -9,6 +9,8 @@ <para><screen><userinput>make -C ld install-data-local</userinput></screen></para> +<para>You can remove the binutils-* directories now.</para> + <para><screen><userinput>SPECFILE=/stage1/lib/gcc-lib/i686-pc-linux-gnu/*/specs && cp ${SPECFILE} ./XX && sed 's@/lib/ld-linux.so.2@/stage1/lib/ld-linux.so.2@g' ./XX > ${SPECFILE} && diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index e3ba3a3e2..3cc056b6b 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -10,5 +10,8 @@ make test make install ln -s tclsh8.4 /stage1/bin/tclsh</userinput></screen></para> +<para>Don't remove the tcl-&tcl-version; directory yet, you need it for the +next package installation.</para> + </sect2> |