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 --- chapter01/changelog.xml | 3 +++ chapter06/e2fsprogs.xml | 8 ++++---- general.ent | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ee6d7638a..0d5d47e9b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,9 @@ first a summary, then a detailed log. +April 6, 2005 [matt]: Move e2fsprogs sed command to +before entering the build directory (Steffen R. Knollmann). + April 4, 2005 [matt]: Typo: The udev initscript registers udevsend, not udev, as the hotplug handler (Bryan Kadzban) 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="" \ diff --git a/general.ent b/general.ent index d62779ab6..b00951065 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + -- cgit v1.2.3-54-g00ecf