mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Remove old exp files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2391 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
da849d1599
commit
25ef3c3d77
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 >
|
||||
/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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user