From 6293eb6f337084ce16075db0f0228b677c241ee5 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Wed, 15 Jan 2003 08:25:32 +0000 Subject: Converted util-linux to new layout. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2331 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/utillinux-inst.xml | 25 ++++++++++++++++++------- chapter05/utillinux.xml | 3 ++- 2 files changed, 20 insertions(+), 8 deletions(-) (limited to 'chapter05') diff --git a/chapter05/utillinux-inst.xml b/chapter05/utillinux-inst.xml index 12e22e833..364a65e1f 100644 --- a/chapter05/utillinux-inst.xml +++ b/chapter05/utillinux-inst.xml @@ -1,15 +1,26 @@ +   + Installation of Util-linux -We only need the mount and umount programs at the moment, so we won't -be compiling the entire package. +Prepare Util-linux to be compiled: + +LDFLAGS="-static" ./configure + +Begin compiling the package: + +make -C lib + +We only need the mount and +umount programs at the moment, so we won't be +compiling the entire package. Compile these two programs by issuing +the following command: + +make -C mount mount umount -Install Util-linux by running the following commands: +Finish installing these two programs: -LDFLAGS="-static" ./configure && -make -C lib && -make -C mount mount umount && -cp mount/{mount,umount} $LFS/static/bin +cp mount/{mount,umount} $LFS/static/bin diff --git a/chapter05/utillinux.xml b/chapter05/utillinux.xml index c9b291818..059dca15b 100644 --- a/chapter05/utillinux.xml +++ b/chapter05/utillinux.xml @@ -5,7 +5,8 @@ Estimated build time: &util-linux-time-static; Estimated required disk space: &util-linux-compsize-static; -&c5-utillinux-inst; +&aa-utillinux-shortdesc; &aa-utillinux-dep; +&c5-utillinux-inst; -- cgit v1.2.3-54-g00ecf