diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-03 21:28:58 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-03 21:28:58 +0000 |
commit | 9dfc02ff38f26117daffe7d8b822ebb64a3fed04 (patch) | |
tree | c3ea0521973ac75238f6ab5f674d5b4fc4032df8 /chapter06/e2fsprogs.xml | |
parent | 411ceb86b8150183a447f89b4789395bf16fddf0 (diff) |
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
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 17 |
1 files changed, 4 insertions, 13 deletions
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.</para> <sect2> <title>Installation of E2fsprogs</title> -<para>It is recommended to build E2fsprogs outside of the -source tree:</para> - -<screen><userinput>mkdir ../e2fsprogs-build -cd ../e2fsprogs-build</userinput></screen> - <para>Prepare E2fsprogs for compilation:</para> -<screen><userinput>../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs</userinput></screen> +<screen><userinput>./configure --prefix=/usr --with-root-prefix="" \ + --enable-elf-shlibs --disable-evms</userinput></screen> <para>The meaning of the configure options:</para> @@ -55,11 +49,8 @@ the shared libraries which some programs in this package use.</para></listitem> <screen><userinput>make</userinput></screen> -<para>If you to test the results, first make sure an mtab file -exists with <userinput>touch /etc/mtab</userinput> to prevent some sixty tests -from failing, and (if it doesn't already exist) fake the presence of an old -pager with <userinput>ln -s /tools/bin/cat /bin/more</userinput> to prevent one -test from failing, then issue: <userinput>make check</userinput>.</para> +<para>To test the results, issue: +<userinput>make check</userinput>.</para> <para>Install most of the package:</para> |