From 89858c6aaa04efc4bcd6683101a47fb68f35c161 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 6 Apr 2005 21:58:05 +0000 Subject: * chapter06/e2fsprogs.xml: Move sed command to before we enter the build directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 494851d7b..091794edc 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -30,16 +30,16 @@ Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, and Texinfo Installation of E2fsprogs +Fix a compilation error in E2fsprogs' testsuite: + +sed -i -e 's/-DTEST/$(ALL_CFLAGS) &/' lib/e2p/Makefile.in + It is recommended that E2fsprogs be built in a subdirectory of the source tree: mkdir build cd build -Fix a compilation error in E2fsprogs' testsuite: - -sed -i -e 's/-DTEST/$(ALL_CFLAGS) &/' lib/e2p/Makefile.in - Prepare E2fsprogs for compilation: ../configure --prefix=/usr --with-root-prefix="" \ -- cgit v1.2.3-54-g00ecf