From 0445a3d50660d84f11d095db0177078f4f5cd8a0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 18 Sep 2007 21:11:00 +0000 Subject: Added remap attributes to userinput tags in packages pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'chapter06/e2fsprogs.xml') diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 6b9b1a4c1..7ff43ed47 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -46,17 +46,17 @@ Fix a hardcoded path to /bin/rm in E2fsprogs' testsuite: - sed -i -e 's@/bin/rm@/tools&@' lib/blkid/test_probe.in + sed -i -e 's@/bin/rm@/tools&@' lib/blkid/test_probe.in The E2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: -mkdir -v build +mkdir -v build cd build Prepare E2fsprogs for compilation: -../configure --prefix=/usr --with-root-prefix="" \ +../configure --prefix=/usr --with-root-prefix="" \ --enable-elf-shlibs @@ -88,10 +88,11 @@ cd build Compile the package: -make +make - To test the results, issue: - make check. + To test the results, issue: + +make check One of the E2fsprogs tests will attempt to allocate 256 MB of memory. If you do not have significantly more RAM than this, it @@ -102,11 +103,11 @@ cd build Install the binaries, documentation, and shared libraries: -make install +make install Install the static libraries and headers: -make install-libs +make install-libs -- cgit v1.2.3-54-g00ecf