mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
1c9bc6a47e
commit
f73dcacc8a
@ -10,20 +10,22 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>automake-1.6.2</para></listitem>
|
<listitem><para>automake-1.6.2</para></listitem>
|
||||||
<listitem><para>bin86-0.16.3</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>bison-1.35</para></listitem>
|
||||||
<listitem><para>diffutils-2.8.1</para></listitem>
|
<listitem><para>diffutils-2.8.1</para></listitem>
|
||||||
<listitem><para>file-3.39</para></listitem>
|
<listitem><para>file-3.39</para></listitem>
|
||||||
<listitem><para>gawk-3.1.1</para></listitem>
|
<listitem><para>gawk-3.1.1</para></listitem>
|
||||||
<listitem><para>gcc-3.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>MAKEDEV-1.5</para></listitem>
|
||||||
<listitem><para>man-1.5k</para></listitem>
|
<listitem><para>man-1.5k</para></listitem>
|
||||||
<listitem><para>man-pages-1.52</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>ncurses-5.2-2.patch</para></listitem>
|
||||||
<listitem><para>psmisc-21</para></listitem>
|
<listitem><para>psmisc-21</para></listitem>
|
||||||
<listitem><para>texinfo-4.2</para></listitem>
|
<listitem><para>texinfo-4.2</para></listitem>
|
||||||
|
<listitem><para>textutils-2.1</para></listitem>
|
||||||
<listitem><para>util-linux-2.11t</para></listitem>
|
<listitem><para>util-linux-2.11t</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
@ -49,6 +51,12 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</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
|
<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Ncurses: removed
|
||||||
the <emphasis>--disable-termcap</emphasis> configure option. Termcap is
|
the <emphasis>--disable-termcap</emphasis> configure option. Termcap is
|
||||||
disabled by default now, so no need for this option (left over from a long
|
disabled by default now, so no need for this option (left over from a long
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<para>Install Less by running the following commands:</para>
|
<para>Install Less by running the following commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &&
|
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc &&
|
||||||
make &&
|
make &&
|
||||||
make install</userinput></screen></para>
|
make install</userinput></screen></para>
|
||||||
|
|
||||||
|
@ -5,11 +5,10 @@
|
|||||||
install it. Make sure it's unpacked before running the installation
|
install it. Make sure it's unpacked before running the installation
|
||||||
commands.</para>
|
commands.</para>
|
||||||
|
|
||||||
<para>If you don't like vim to be installed as an editor on your LFS system,
|
<para>If you not wish to install Vim, build instructions for
|
||||||
you may want to download an alternative and install the editor you
|
alternative editors are available at
|
||||||
prefer. There are a few hints on how to install different editors
|
<ulink url="&blfs-root;view/cvs/postlfs/editors.html"/>.
|
||||||
available at <ulink url="&hints-index;#editors"/>. Currently there are
|
Currently, there are instructions for Emacs, nano, and joe.</para>
|
||||||
hints for Emacs, joe, and nano.</para>
|
|
||||||
|
|
||||||
<para>Install Vim by running the following commands:</para>
|
<para>Install Vim by running the following commands:</para>
|
||||||
|
|
||||||
|
@ -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>
|
<para>Something you could do, is take the <filename>.config</filename>
|
||||||
file from your host distribution's kernel source tree and copy it to
|
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
|
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
|
can use your current values. If you choose to do this, first run the
|
||||||
<userinput>make mrproper</userinput> command below, then copy 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
|
<filename>/etc/modules.conf</filename> file. Information pertaining
|
||||||
to modules and to kernel configuration in general may be found in the
|
to modules and to kernel configuration in general may be found in the
|
||||||
kernel documentation, which is stored stored in
|
kernel documentation, which is stored stored in
|
||||||
<filename>/usr/src/linux/Documentation</filename>. The modules.conf man
|
<filename>/usr/src/linux-&kernel-version;/Documentation</filename>. The
|
||||||
page and the kernel HOWTO at
|
modules.conf man page and the kernel HOWTO at
|
||||||
<ulink url="http://www.tldp.org/HOWTO/Kernel-HOWTO.html"/> may also be of
|
<ulink url="http://www.tldp.org/HOWTO/Kernel-HOWTO.html"/> may also be of
|
||||||
interest to you.</para>
|
interest to you.</para>
|
||||||
|
|
||||||
<para>The following commands are run to build the kernel:</para>
|
<para>The following commands are run to build the kernel:</para>
|
||||||
|
|
||||||
<para><screen><userinput>cd /usr/src/linux &&</userinput>
|
<para><screen><userinput>cd /usr/src/linux-&kernel-version; &&</userinput>
|
||||||
<userinput>make mrproper &&</userinput>
|
<userinput>make mrproper &&</userinput>
|
||||||
<userinput>make menuconfig &&</userinput>
|
<userinput>make menuconfig &&</userinput>
|
||||||
<userinput>make dep &&</userinput>
|
<userinput>make dep &&</userinput>
|
||||||
@ -49,4 +49,3 @@ different platforms.</para>
|
|||||||
&aa-kernel-dep;
|
&aa-kernel-dep;
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
<!ENTITY aa-binutils-dep SYSTEM "../appendixa/binutils-dep.xml">
|
<!ENTITY aa-binutils-dep SYSTEM "../appendixa/binutils-dep.xml">
|
||||||
<!ENTITY aa-binutils-down SYSTEM "../appendixa/binutils-down.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-depversion "2.11.2">
|
||||||
<!ENTITY binutils-contversion "2.12.1">
|
<!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-package "binutils-&binutils-version;.tar.bz2">
|
||||||
<!ENTITY binutils-dir "binutils-&binutils-version;">
|
<!ENTITY binutils-dir "binutils-&binutils-version;">
|
||||||
|
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
<!ENTITY aa-gettext-dep SYSTEM "../appendixa/gettext-dep.xml">
|
<!ENTITY aa-gettext-dep SYSTEM "../appendixa/gettext-dep.xml">
|
||||||
<!ENTITY aa-gettext-down SYSTEM "../appendixa/gettext-down.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-depversion "0.10.40">
|
||||||
<!ENTITY gettext-contversion "0.11.2">
|
<!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-dir "gettext-&gettext-version;">
|
||||||
<!ENTITY gettext-package "gettext-&gettext-version;.tar.bz2">
|
<!ENTITY gettext-package "gettext-&gettext-version;.tar.bz2">
|
||||||
|
@ -12,10 +12,10 @@
|
|||||||
<!ENTITY aa-kernel-dep SYSTEM "../appendixa/kernel-dep.xml">
|
<!ENTITY aa-kernel-dep SYSTEM "../appendixa/kernel-dep.xml">
|
||||||
<!ENTITY aa-kernel-down SYSTEM "../appendixa/kernel-down.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-depversion "2.4.17">
|
||||||
<!ENTITY kernel-contversion "2.4.18">
|
<!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-package "linux-&kernel-version;.tar.bz2">
|
||||||
<!ENTITY kernel-dir "linux">
|
<!ENTITY kernel-dir "linux">
|
||||||
|
|
||||||
|
@ -8,12 +8,12 @@
|
|||||||
<!ENTITY aa-modutils-dep SYSTEM "../appendixa/modutils-dep.xml">
|
<!ENTITY aa-modutils-dep SYSTEM "../appendixa/modutils-dep.xml">
|
||||||
<!ENTITY aa-modutils-down SYSTEM "../appendixa/modutils-down.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-depversion "2.4.12">
|
||||||
<!ENTITY modutils-contversion "2.4.16">
|
<!ENTITY modutils-contversion "2.4.16">
|
||||||
<!ENTITY modutils-size "212 KB">
|
<!ENTITY modutils-size "213 KB">
|
||||||
<!ENTITY modutils-dir "modutils-&modutils-version;">
|
<!ENTITY modutils-dir "modutils-&modutils-version;">
|
||||||
<!ENTITY modutils-package "modutils-&modutils-version;.tar.bz2">
|
<!ENTITY modutils-package "modutils-&modutils-version;.tar.bz2">
|
||||||
|
|
||||||
<!ENTITY modutils-compsize "2 MB">
|
<!ENTITY modutils-compsize "3 MB">
|
||||||
<!ENTITY modutils-time "1 minute">
|
<!ENTITY modutils-time "1 minute">
|
||||||
|
@ -11,10 +11,10 @@
|
|||||||
<!ENTITY aa-textutils-dep SYSTEM "../appendixa/textutils-dep.xml">
|
<!ENTITY aa-textutils-dep SYSTEM "../appendixa/textutils-dep.xml">
|
||||||
<!ENTITY aa-textutils-down SYSTEM "../appendixa/textutils-down.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-depversion "2.0">
|
||||||
<!ENTITY textutils-contversion "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-package "textutils-&textutils-version;.tar.bz2">
|
||||||
<!ENTITY textutils-dir "textutils-&textutils-version;">
|
<!ENTITY textutils-dir "textutils-&textutils-version;">
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20020808">
|
<!ENTITY version "20020810">
|
||||||
<!ENTITY releasedate "August 8th, 2002">
|
<!ENTITY releasedate "August 10th, 2002">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user