aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/libtool-exp.xml10
-rw-r--r--chapter06/ncurses-exp.xml16
-rw-r--r--chapter06/procinfo-exp.xml9
-rw-r--r--chapter06/procps-exp.xml15
-rw-r--r--chapter06/psmisc-exp.xml13
-rw-r--r--chapter06/shadowpwd-exp.xml18
-rw-r--r--chapter06/texinfo-exp.xml10
-rw-r--r--chapter06/utillinux-exp.xml8
-rw-r--r--chapter06/vim-exp.xml16
-rw-r--r--entities/findutils.ent1
-rw-r--r--entities/groff.ent1
-rw-r--r--entities/libtool.ent1
-rw-r--r--entities/ncurses.ent1
-rw-r--r--entities/texinfo.ent1
-rw-r--r--entities/vim.ent1
15 files changed, 0 insertions, 121 deletions
diff --git a/chapter06/libtool-exp.xml b/chapter06/libtool-exp.xml
deleted file mode 100644
index cdfd192b1..000000000
--- a/chapter06/libtool-exp.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>patch -Np1 -i ../libtool-&libtool-patch-version;.patch</userinput>:
-This patch fixes an incompatibility between Autoconf 2.53 and Libtool 1.4.x.
-Specifically, the deprecated m4 macro AC_PROVIDE_AC_LIBTOOL is replaced by
-AC_PROVIDE_ELSEIF.</para>
-
-</sect2>
-
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml
deleted file mode 100644
index 60b126a73..000000000
--- a/chapter06/ncurses-exp.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>--with-shared:</userinput> This enables the build of the
-shared ncurses library files.</para>
-
-<para><userinput>chmod 755 /usr/lib/*.&ncurses-version;:</userinput> Shared
-libraries should be executable. Ncurses's install routine doesn't set the
-permissions properly so we do it manually instead.</para>
-
-<para><userinput>ln -sf libncurses.a libcurses.a:</userinput> Some
-programs try to link using -lcurses instead of -lncurses. This symlink
-ensures that such programs will link without errors.</para>
-
-</sect2>
-
diff --git a/chapter06/procinfo-exp.xml b/chapter06/procinfo-exp.xml
deleted file mode 100644
index ecf3e6a7a..000000000
--- a/chapter06/procinfo-exp.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>make LDLIBS=-lncurses :</userinput> This will use
--lncurses instead of -ltermcap when building procinfo. This is done
-because libtermcap is declared obsolete in favor of libncurses.</para>
-
-</sect2>
-
diff --git a/chapter06/procps-exp.xml b/chapter06/procps-exp.xml
deleted file mode 100644
index 195309dae..000000000
--- a/chapter06/procps-exp.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch:</userinput>
-This patch fixes a locale problem that makes <userinput>w</userinput> crash
-under certain locale settings.</para>
-
-<para><userinput>make XSCPT="" install:</userinput>
-This will set the Makefile variable XSCPT to an empty value so that
-the XConsole installation is disabled. Otherwise "Make install" tries to
-copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. That directory
-does not exist because X is not installed.</para>
-
-</sect2>
-
diff --git a/chapter06/psmisc-exp.xml b/chapter06/psmisc-exp.xml
deleted file mode 100644
index bfeb54064..000000000
--- a/chapter06/psmisc-exp.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>--exec-prefix=/:</userinput> This will cause the
-programs to be installed in <filename class="directory">/bin</filename>
-rather than in <filename class="directory">/usr/bin</filename>. The
-programs in this package are often used in bootscripts, so they should
-be in the <filename class="directory">/bin</filename> directory so they
-can be used when the <filename class="directory">/usr</filename>
-partition isn't mounted yet.</para>
-
-</sect2>
-
diff --git a/chapter06/shadowpwd-exp.xml b/chapter06/shadowpwd-exp.xml
deleted file mode 100644
index 6b02a060b..000000000
--- a/chapter06/shadowpwd-exp.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>cp limits login.access /etc:</userinput> These files
-were not installed during the installation of the package, so we copy
-them manually because those files are used to configure authentication
-details on the system.</para>
-
-<para><userinput>sed "s%/var/spool/mail%/var/mail%" login.defs.linux &gt;
-/etc/login.defs</userinput>: /var/spool/mail is the old location of the
-user mailboxes. The location that is used nowadays is /var/mail.</para>
-
-<para><userinput>ln -s vipw vigr:</userinput> According to the manpage of
-vipw, vigr should be a symlink to it. Because the shadow installation
-procedure doesn't create these symlinks, we create them manually.</para>
-
-</sect2>
-
diff --git a/chapter06/texinfo-exp.xml b/chapter06/texinfo-exp.xml
deleted file mode 100644
index 79ff9debd..000000000
--- a/chapter06/texinfo-exp.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>make TEXMF=/usr/share/texmf install-tex:</userinput>
-This installs the texinfo components that belong in a TeX
-installation. Although TeX isn't installed on LFS, it's installed here
-to complete the texinfo installation. </para>
-
-</sect2>
-
diff --git a/chapter06/utillinux-exp.xml b/chapter06/utillinux-exp.xml
deleted file mode 100644
index 6d2b62edd..000000000
--- a/chapter06/utillinux-exp.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>HAVE_SLN=yes</userinput>: We don't build this program because
-it already was installed by Glibc.</para>
-
-</sect2>
-
diff --git a/chapter06/vim-exp.xml b/chapter06/vim-exp.xml
deleted file mode 100644
index a95c2f902..000000000
--- a/chapter06/vim-exp.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>patch -Np1 -i ../vim-&vim-version;.patch:</userinput> This
-patch fixes a compile problem with GCC-3.2.</para>
-
-<para><userinput>make
-CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\":</userinput> Setting this will
-cause vim to look for the <filename>/etc/vimrc</filename> file that
-contains the global vim settings. Normally this file is looked for in
-<filename class="directory">/usr/share/vim</filename>, but
-<filename class="directory">/etc</filename> is a more logical place for
-this kind of file.</para>
-
-</sect2>
-
diff --git a/entities/findutils.ent b/entities/findutils.ent
index b8e84543e..a00f6266e 100644
--- a/entities/findutils.ent
+++ b/entities/findutils.ent
@@ -6,7 +6,6 @@
<!ENTITY c5-findutils-inst SYSTEM "../chapter05/findutils-inst.xml">
<!ENTITY c6-findutils SYSTEM "../chapter06/findutils.xml">
-<!ENTITY c6-findutils-exp SYSTEM "../chapter06/findutils-exp.xml">
<!ENTITY c6-findutils-inst SYSTEM "../chapter06/findutils-inst.xml">
<!ENTITY aa-findutils SYSTEM "../appendixa/findutils.xml">
diff --git a/entities/groff.ent b/entities/groff.ent
index 30bfb0f0c..b5494c50b 100644
--- a/entities/groff.ent
+++ b/entities/groff.ent
@@ -2,7 +2,6 @@
<!ENTITY c6-groff SYSTEM "../chapter06/groff.xml">
<!ENTITY c6-groff-inst SYSTEM "../chapter06/groff-inst.xml">
-<!ENTITY c6-groff-exp SYSTEM "../chapter06/groff-exp.xml">
<!ENTITY aa-groff SYSTEM "../appendixa/groff.xml">
<!ENTITY aa-groff-desc SYSTEM "../appendixa/groff-desc.xml">
diff --git a/entities/libtool.ent b/entities/libtool.ent
index 0d9de764d..cc607666d 100644
--- a/entities/libtool.ent
+++ b/entities/libtool.ent
@@ -2,7 +2,6 @@
<!ENTITY c6-libtool SYSTEM "../chapter06/libtool.xml">
<!ENTITY c6-libtool-inst SYSTEM "../chapter06/libtool-inst.xml">
-<!ENTITY c6-libtool-exp SYSTEM "../chapter06/libtool-exp.xml">
<!ENTITY aa-libtool SYSTEM "../appendixa/libtool.xml">
<!ENTITY aa-libtool-shortdesc SYSTEM "../appendixa/libtool-shortdesc.xml">
diff --git a/entities/ncurses.ent b/entities/ncurses.ent
index 6d2223c90..68ea09afc 100644
--- a/entities/ncurses.ent
+++ b/entities/ncurses.ent
@@ -2,7 +2,6 @@
<!ENTITY c6-ncurses SYSTEM "../chapter06/ncurses.xml">
<!ENTITY c6-ncurses-inst SYSTEM "../chapter06/ncurses-inst.xml">
-<!ENTITY c6-ncurses-exp SYSTEM "../chapter06/ncurses-exp.xml">
<!ENTITY aa-ncurses SYSTEM "../appendixa/ncurses.xml">
<!ENTITY aa-ncurses-desc SYSTEM "../appendixa/ncurses-desc.xml">
diff --git a/entities/texinfo.ent b/entities/texinfo.ent
index 1bc41feb6..81bad130e 100644
--- a/entities/texinfo.ent
+++ b/entities/texinfo.ent
@@ -5,7 +5,6 @@
<!ENTITY c6-texinfo SYSTEM "../chapter06/texinfo.xml">
<!ENTITY c6-texinfo-inst SYSTEM "../chapter06/texinfo-inst.xml">
-<!ENTITY c6-texinfo-exp SYSTEM "../chapter06/texinfo-exp.xml">
<!ENTITY aa-texinfo SYSTEM "../appendixa/texinfo.xml">
<!ENTITY aa-texinfo-desc SYSTEM "../appendixa/texinfo-desc.xml">
diff --git a/entities/vim.ent b/entities/vim.ent
index c8e9661ef..9ab3a1d78 100644
--- a/entities/vim.ent
+++ b/entities/vim.ent
@@ -3,7 +3,6 @@
<!ENTITY c6-vim SYSTEM "../chapter06/vim.xml">
<!ENTITY c6-vim-inst SYSTEM "../chapter06/vim-inst.xml">
-<!ENTITY c6-vim-exp SYSTEM "../chapter06/vim-exp.xml">
<!ENTITY c6-cf-vim SYSTEM "../chapter06/config-vim.xml">
<!ENTITY aa-vim SYSTEM "../appendixa/vim.xml">