From 20c9af0c44816f247d1529a839353f008c67e9e4 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 13 May 2003 07:27:10 +0000 Subject: Removed tcl, expect and dejagnu from chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 3 --- chapter06/dejagnu-inst.xml | 12 ------------ chapter06/dejagnu.xml | 11 ----------- chapter06/expect-inst.xml | 17 ----------------- chapter06/expect.xml | 11 ----------- chapter06/tcl-inst.xml | 17 ----------------- chapter06/tcl.xml | 11 ----------- 7 files changed, 82 deletions(-) delete mode 100644 chapter06/dejagnu-inst.xml delete mode 100644 chapter06/dejagnu.xml delete mode 100644 chapter06/expect-inst.xml delete mode 100644 chapter06/expect.xml delete mode 100644 chapter06/tcl-inst.xml delete mode 100644 chapter06/tcl.xml (limited to 'chapter06') diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index c0ff7547c..d3843cbb2 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -62,9 +62,6 @@ &c6-sysvinit; &c6-tar; &c6-utillinux; -&c6-tcl; -&c6-expect; -&c6-dejagnu; &c6-gcc-2953; &c6-kernel-manpages; &c6-revisedchroot; diff --git a/chapter06/dejagnu-inst.xml b/chapter06/dejagnu-inst.xml deleted file mode 100644 index 4b7adff56..000000000 --- a/chapter06/dejagnu-inst.xml +++ /dev/null @@ -1,12 +0,0 @@ -   - - -Installation of DejaGNU - -./configure --prefix=/usr -make -make install - - - - diff --git a/chapter06/dejagnu.xml b/chapter06/dejagnu.xml deleted file mode 100644 index 2105add41..000000000 --- a/chapter06/dejagnu.xml +++ /dev/null @@ -1,11 +0,0 @@ - -Installing DejaGNU-&dejagnu-version; - - -Estimated build time: &dejagnu-time-static; -Estimated required disk space: &dejagnu-compsize-static; - -&c6-dejagnu-inst; - - - diff --git a/chapter06/expect-inst.xml b/chapter06/expect-inst.xml deleted file mode 100644 index 62f2a7b15..000000000 --- a/chapter06/expect-inst.xml +++ /dev/null @@ -1,17 +0,0 @@ -   - - -Installation of Expect - -patch -Np1 -i ../expect-&expect-version;.patch -./configure --prefix=/usr \ -    --with-x=no --disable-symbols --cache-file=/dev/null -make -make test -make install - -You can now remove the tcl&tcl-version; as well as the -expect-&expect-version; directories. - - - diff --git a/chapter06/expect.xml b/chapter06/expect.xml deleted file mode 100644 index 6d46ec33e..000000000 --- a/chapter06/expect.xml +++ /dev/null @@ -1,11 +0,0 @@ - -Installing Expect-&expect-version; - - -Estimated build time: &expect-time-static; -Estimated required disk space: &expect-compsize-static; - -&c6-expect-inst; - - - diff --git a/chapter06/tcl-inst.xml b/chapter06/tcl-inst.xml deleted file mode 100644 index ce96968e5..000000000 --- a/chapter06/tcl-inst.xml +++ /dev/null @@ -1,17 +0,0 @@ -   - - -Installation of TCL - -cd unix -./configure --prefix=/usr -make -make test -make install -ln -s tclsh8.4 /usr/bin/tclsh - -Don't remove the tcl&tcl-version; directory yet, you need it for the -next package installation. - - - diff --git a/chapter06/tcl.xml b/chapter06/tcl.xml deleted file mode 100644 index d37c3094e..000000000 --- a/chapter06/tcl.xml +++ /dev/null @@ -1,11 +0,0 @@ - -Installing TCL-&tcl-version; - - -Estimated build time: &tcl-time-static; -Estimated required disk space: &tcl-compsize-static; - -&c6-tcl-inst; - - - -- cgit v1.2.3-54-g00ecf