From f89de330228e5159bb2cda0c03b81f2b5b7e83aa Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Mon, 23 Feb 2004 22:09:27 +0000 Subject: Cleaning up the revision of chroot and reboot sections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/utillinux.xml | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 chapter05/utillinux.xml (limited to 'chapter05') diff --git a/chapter05/utillinux.xml b/chapter05/utillinux.xml deleted file mode 100644 index 680ea0431..000000000 --- a/chapter05/utillinux.xml +++ /dev/null @@ -1,49 +0,0 @@ - -Installing Util-linux-&util-linux-version; - - -&buildtime; &util-linux-time-tools; -&diskspace; &util-linux-compsize-tools; - -&aa-utillinux-down; -&aa-utillinux-dep; - -   - - -Installation of Util-linux - -Util-linux doesn't use the freshly installed headers and libraries from -the /tools directory. This is fixed by altering the -configure script: - -cp configure configure.backup -sed "s@/usr/include@/tools/include@g" configure.backup > configure - -Prepare Util-linux for compilation: - -./configure - -Compile some support routines: - -make -C lib - -And, since you'll need only a couple of the utilities contained in this -package, build just those: - -make -C mount mount umount -make -C text-utils more -make -C sys-utils arch - -Now copy these programs to the temporary tools directory: - -cp mount/{,u}mount text-utils/more sys-utils/arch /tools/bin - - - -   -The details on this package are found in . -  - - - -- cgit v1.2.3-54-g00ecf