Updated to modutils-2.4.19, linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2002-08-10 19:51:51 +00:00
parent 1c9bc6a47e
commit f73dcacc8a
10 changed files with 33 additions and 27 deletions

View File

@ -10,20 +10,22 @@
<itemizedlist>
<listitem><para>automake-1.6.2</para></listitem>
<listitem><para>bin86-0.16.3</para></listitem>
<listitem><para>binutils-2.12.1</para></listitem>
<listitem><para>binutils-2.13</para></listitem>
<listitem><para>bison-1.35</para></listitem>
<listitem><para>diffutils-2.8.1</para></listitem>
<listitem><para>file-3.39</para></listitem>
<listitem><para>gawk-3.1.1</para></listitem>
<listitem><para>gcc-3.1</para></listitem>
<listitem><para>gettext-0.11.4</para></listitem>
<listitem><para>gettext-0.11.5</para></listitem>
<listitem><para>linux-2.4.19</para></listitem>
<listitem><para>MAKEDEV-1.5</para></listitem>
<listitem><para>man-1.5k</para></listitem>
<listitem><para>man-pages-1.52</para></listitem>
<listitem><para>modutils-2.4.18</para></listitem>
<listitem><para>modutils-2.4.19</para></listitem>
<listitem><para>ncurses-5.2-2.patch</para></listitem>
<listitem><para>psmisc-21</para></listitem>
<listitem><para>texinfo-4.2</para></listitem>
<listitem><para>textutils-2.1</para></listitem>
<listitem><para>util-linux-2.11t</para></listitem>
</itemizedlist>
</para></listitem>
@ -49,6 +51,12 @@
</itemizedlist>
</para></listitem>
<listitem><para>August 9th, 2002 [timothy]: Updated to modutils-2.4.19,
linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.</para></listitem>
<listitem><para>August 9th, 2002 [timothy]: Chapter 06 - Vim: changed
alternative editors link from hints to BLFS.</para></listitem>
<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Ncurses: removed
the <emphasis>--disable-termcap</emphasis> configure option. Termcap is
disabled by default now, so no need for this option (left over from a long

View File

@ -3,7 +3,7 @@
<para>Install Less by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

View File

@ -5,11 +5,10 @@
install it. Make sure it's unpacked before running the installation
commands.</para>
<para>If you don't like vim to be installed as an editor on your LFS system,
you may want to download an alternative and install the editor you
prefer. There are a few hints on how to install different editors
available at <ulink url="&hints-index;#editors"/>. Currently there are
hints for Emacs, joe, and nano.</para>
<para>If you not wish to install Vim, build instructions for
alternative editors are available at
<ulink url="&blfs-root;view/cvs/postlfs/editors.html"/>.
Currently, there are instructions for Emacs, nano, and joe.</para>
<para>Install Vim by running the following commands:</para>

View File

@ -12,7 +12,7 @@ with the kernel source tree, and find out what the other options are.</para>
<para>Something you could do, is take the <filename>.config</filename>
file from your host distribution's kernel source tree and copy it to
<filename class="directory">$LFS/usr/src/linux</filename>.
<filename class="directory">$LFS/usr/src/linux-&kernel-version;</filename>.
This way you don't have to configure the entire kernel from scratch and
can use your current values. If you choose to do this, first run the
<userinput>make mrproper</userinput> command below, then copy the
@ -26,14 +26,14 @@ See the <filename>README</filename> file for more details when to use
<filename>/etc/modules.conf</filename> file. Information pertaining
to modules and to kernel configuration in general may be found in the
kernel documentation, which is stored stored in
<filename>/usr/src/linux/Documentation</filename>. The modules.conf man
page and the kernel HOWTO at
<filename>/usr/src/linux-&kernel-version;/Documentation</filename>. The
modules.conf man page and the kernel HOWTO at
<ulink url="http://www.tldp.org/HOWTO/Kernel-HOWTO.html"/> may also be of
interest to you.</para>
<para>The following commands are run to build the kernel:</para>
<para><screen><userinput>cd /usr/src/linux &amp;&amp;</userinput>
<para><screen><userinput>cd /usr/src/linux-&kernel-version; &amp;&amp;</userinput>
<userinput>make mrproper &amp;&amp;</userinput>
<userinput>make menuconfig &amp;&amp;</userinput>
<userinput>make dep &amp;&amp;</userinput>
@ -49,4 +49,3 @@ different platforms.</para>
&aa-kernel-dep;
</sect1>

View File

@ -13,10 +13,10 @@
<!ENTITY aa-binutils-dep SYSTEM "../appendixa/binutils-dep.xml">
<!ENTITY aa-binutils-down SYSTEM "../appendixa/binutils-down.xml">
<!ENTITY binutils-version "2.12.1">
<!ENTITY binutils-version "2.13">
<!ENTITY binutils-depversion "2.11.2">
<!ENTITY binutils-contversion "2.12.1">
<!ENTITY binutils-size "9,320 KB">
<!ENTITY binutils-size "9,651 KB">
<!ENTITY binutils-package "binutils-&binutils-version;.tar.bz2">
<!ENTITY binutils-dir "binutils-&binutils-version;">

View File

@ -8,10 +8,10 @@
<!ENTITY aa-gettext-dep SYSTEM "../appendixa/gettext-dep.xml">
<!ENTITY aa-gettext-down SYSTEM "../appendixa/gettext-down.xml">
<!ENTITY gettext-version "0.11.4">
<!ENTITY gettext-version "0.11.5">
<!ENTITY gettext-depversion "0.10.40">
<!ENTITY gettext-contversion "0.11.2">
<!ENTITY gettext-size "2,486 KB">
<!ENTITY gettext-size "2,489 KB">
<!ENTITY gettext-dir "gettext-&gettext-version;">
<!ENTITY gettext-package "gettext-&gettext-version;.tar.bz2">

View File

@ -12,10 +12,10 @@
<!ENTITY aa-kernel-dep SYSTEM "../appendixa/kernel-dep.xml">
<!ENTITY aa-kernel-down SYSTEM "../appendixa/kernel-down.xml">
<!ENTITY kernel-version "2.4.18">
<!ENTITY kernel-version "2.4.19">
<!ENTITY kernel-depversion "2.4.17">
<!ENTITY kernel-contversion "2.4.18">
<!ENTITY kernel-size "23,595 KB">
<!ENTITY kernel-size "25,432 KB">
<!ENTITY kernel-package "linux-&kernel-version;.tar.bz2">
<!ENTITY kernel-dir "linux">

View File

@ -8,12 +8,12 @@
<!ENTITY aa-modutils-dep SYSTEM "../appendixa/modutils-dep.xml">
<!ENTITY aa-modutils-down SYSTEM "../appendixa/modutils-down.xml">
<!ENTITY modutils-version "2.4.18">
<!ENTITY modutils-version "2.4.19">
<!ENTITY modutils-depversion "2.4.12">
<!ENTITY modutils-contversion "2.4.16">
<!ENTITY modutils-size "212 KB">
<!ENTITY modutils-size "213 KB">
<!ENTITY modutils-dir "modutils-&modutils-version;">
<!ENTITY modutils-package "modutils-&modutils-version;.tar.bz2">
<!ENTITY modutils-compsize "2 MB">
<!ENTITY modutils-compsize "3 MB">
<!ENTITY modutils-time "1 minute">

View File

@ -11,10 +11,10 @@
<!ENTITY aa-textutils-dep SYSTEM "../appendixa/textutils-dep.xml">
<!ENTITY aa-textutils-down SYSTEM "../appendixa/textutils-down.xml">
<!ENTITY textutils-version "2.0">
<!ENTITY textutils-version "2.1">
<!ENTITY textutils-depversion "2.0">
<!ENTITY textutils-contversion "2.0">
<!ENTITY textutils-size "1,040 KB">
<!ENTITY textutils-size "1,847 KB">
<!ENTITY textutils-package "textutils-&textutils-version;.tar.bz2">
<!ENTITY textutils-dir "textutils-&textutils-version;">

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20020808">
<!ENTITY releasedate "August 8th, 2002">
<!ENTITY version "20020810">
<!ENTITY releasedate "August 10th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">