aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-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
9 files changed, 0 insertions, 115 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>
-