From 9dfc02ff38f26117daffe7d8b822ebb64a3fed04 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Mon, 3 May 2004 21:28:58 +0000 Subject: Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs.xml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'chapter06/e2fsprogs.xml') diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 4ca8f4b50..56828e140 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -23,16 +23,10 @@ Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, Texinfo. Installation of E2fsprogs -It is recommended to build E2fsprogs outside of the -source tree: - -mkdir ../e2fsprogs-build -cd ../e2fsprogs-build - Prepare E2fsprogs for compilation: -../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs +./configure --prefix=/usr --with-root-prefix="" \ + --enable-elf-shlibs --disable-evms The meaning of the configure options: @@ -55,11 +49,8 @@ the shared libraries which some programs in this package use. make -If you to test the results, first make sure an mtab file -exists with touch /etc/mtab to prevent some sixty tests -from failing, and (if it doesn't already exist) fake the presence of an old -pager with ln -s /tools/bin/cat /bin/more to prevent one -test from failing, then issue: make check. +To test the results, issue: +make check. Install most of the package: -- cgit v1.2.3-54-g00ecf