aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 07:27:10 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 07:27:10 +0000
commit20c9af0c44816f247d1529a839353f008c67e9e4 (patch)
tree2639347ac1f68f00da64abdff4c006a0aacae760 /chapter06
parent0c418fcb89f74d6960cdb58a81801671ed4acb7b (diff)
Removed tcl, expect and dejagnu from chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chapter06.xml3
-rw-r--r--chapter06/dejagnu-inst.xml12
-rw-r--r--chapter06/dejagnu.xml11
-rw-r--r--chapter06/expect-inst.xml17
-rw-r--r--chapter06/expect.xml11
-rw-r--r--chapter06/tcl-inst.xml17
-rw-r--r--chapter06/tcl.xml11
7 files changed, 0 insertions, 82 deletions
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 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
-<sect2>
-<title>Installation of DejaGNU</title>
-
-<para><screen><userinput>./configure --prefix=/usr
-make
-make install</userinput></screen></para>
-
-
-</sect2>
-
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 @@
-<sect1 id="ch06-dejagnu">
-<title>Installing DejaGNU-&dejagnu-version;</title>
-<?dbhtml filename="dejagnu.html" dir="chapter06"?>
-
-<screen>Estimated build time: &dejagnu-time-static;
-Estimated required disk space: &dejagnu-compsize-static;</screen>
-
-&c6-dejagnu-inst;
-
-</sect1>
-
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 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
-<sect2>
-<title>Installation of Expect</title>
-
-<para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch
-./configure --prefix=/usr \
-&nbsp;&nbsp;&nbsp;&nbsp;--with-x=no --disable-symbols --cache-file=/dev/null
-make
-make test
-make install</userinput></screen></para>
-
-<para>You can now remove the tcl&tcl-version; as well as the
-expect-&expect-version; directories.</para>
-
-</sect2>
-
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 @@
-<sect1 id="ch06-expect">
-<title>Installing Expect-&expect-version;</title>
-<?dbhtml filename="expect.html" dir="chapter06"?>
-
-<screen>Estimated build time: &expect-time-static;
-Estimated required disk space: &expect-compsize-static;</screen>
-
-&c6-expect-inst;
-
-</sect1>
-
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 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
-<sect2>
-<title>Installation of TCL</title>
-
-<para><screen><userinput>cd unix
-./configure --prefix=/usr
-make
-make test
-make install
-ln -s tclsh8.4 /usr/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>
-
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 @@
-<sect1 id="ch06-tcl">
-<title>Installing TCL-&tcl-version;</title>
-<?dbhtml filename="tcl.html" dir="chapter06"?>
-
-<screen>Estimated build time: &tcl-time-static;
-Estimated required disk space: &tcl-compsize-static;</screen>
-
-&c6-tcl-inst;
-
-</sect1>
-