From f73dcacc8a5b014e220f31ef320cbfd6fcedb60d Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Sat, 10 Aug 2002 19:51:51 +0000 Subject: 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 --- chapter01/changelog.xml | 14 +++++++++++--- chapter06/less-inst.xml | 2 +- chapter06/vim-inst.xml | 9 ++++----- chapter08/kernel.xml | 9 ++++----- entities/binutils.ent | 4 ++-- entities/gettext.ent | 4 ++-- entities/kernel.ent | 4 ++-- entities/modutils.ent | 6 +++--- entities/textutils.ent | 4 ++-- index.xml | 4 ++-- 10 files changed, 33 insertions(+), 27 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f05553f87..5f5c53d66 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -10,20 +10,22 @@ automake-1.6.2 bin86-0.16.3 -binutils-2.12.1 +binutils-2.13 bison-1.35 diffutils-2.8.1 file-3.39 gawk-3.1.1 gcc-3.1 -gettext-0.11.4 +gettext-0.11.5 +linux-2.4.19 MAKEDEV-1.5 man-1.5k man-pages-1.52 -modutils-2.4.18 +modutils-2.4.19 ncurses-5.2-2.patch psmisc-21 texinfo-4.2 +textutils-2.1 util-linux-2.11t @@ -49,6 +51,12 @@ +August 9th, 2002 [timothy]: Updated to modutils-2.4.19, +linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1. + +August 9th, 2002 [timothy]: Chapter 06 - Vim: changed +alternative editors link from hints to BLFS. + August 8th, 2002 [gerard]: Chapter 06 - Ncurses: removed the --disable-termcap configure option. Termcap is disabled by default now, so no need for this option (left over from a long diff --git a/chapter06/less-inst.xml b/chapter06/less-inst.xml index f78702af2..592c598c2 100644 --- a/chapter06/less-inst.xml +++ b/chapter06/less-inst.xml @@ -3,7 +3,7 @@ Install Less by running the following commands: -./configure --prefix=/usr --bindir=/bin && +./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc && make && make install diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index fe0910186..c5476647e 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -5,11 +5,10 @@ install it. Make sure it's unpacked before running the installation commands. -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 . Currently there are -hints for Emacs, joe, and nano. +If you not wish to install Vim, build instructions for +alternative editors are available at +. +Currently, there are instructions for Emacs, nano, and joe. Install Vim by running the following commands: diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 02d587e67..f4c972857 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -12,7 +12,7 @@ with the kernel source tree, and find out what the other options are. Something you could do, is take the .config file from your host distribution's kernel source tree and copy it to -$LFS/usr/src/linux. +$LFS/usr/src/linux-&kernel-version;. 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 make mrproper command below, then copy the @@ -26,14 +26,14 @@ See the README file for more details when to use /etc/modules.conf file. Information pertaining to modules and to kernel configuration in general may be found in the kernel documentation, which is stored stored in -/usr/src/linux/Documentation. The modules.conf man -page and the kernel HOWTO at +/usr/src/linux-&kernel-version;/Documentation. The +modules.conf man page and the kernel HOWTO at may also be of interest to you. The following commands are run to build the kernel: -cd /usr/src/linux && +cd /usr/src/linux-&kernel-version; && make mrproper && make menuconfig && make dep && @@ -49,4 +49,3 @@ different platforms. &aa-kernel-dep; - diff --git a/entities/binutils.ent b/entities/binutils.ent index f7509424b..06ff3bab8 100644 --- a/entities/binutils.ent +++ b/entities/binutils.ent @@ -13,10 +13,10 @@ - + - + diff --git a/entities/gettext.ent b/entities/gettext.ent index 6e71b576b..23af5e4df 100644 --- a/entities/gettext.ent +++ b/entities/gettext.ent @@ -8,10 +8,10 @@ - + - + diff --git a/entities/kernel.ent b/entities/kernel.ent index 2141e0137..42c091b13 100644 --- a/entities/kernel.ent +++ b/entities/kernel.ent @@ -12,10 +12,10 @@ - + - + diff --git a/entities/modutils.ent b/entities/modutils.ent index a784c5f45..de9de95ff 100644 --- a/entities/modutils.ent +++ b/entities/modutils.ent @@ -8,12 +8,12 @@ - + - + - + diff --git a/entities/textutils.ent b/entities/textutils.ent index c38495880..cfbe0f73e 100644 --- a/entities/textutils.ent +++ b/entities/textutils.ent @@ -11,10 +11,10 @@ - + - + diff --git a/index.xml b/index.xml index f756f44e6..697aa91f9 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + -- cgit v1.2.3-54-g00ecf