diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/e2fsprogs.xml | 8 | ||||
-rw-r--r-- | 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.</para> </itemizedlist> </listitem> +<listitem><para>April 6, 2005 [matt]: Move e2fsprogs sed command to +before entering the build directory (Steffen R. Knollmann).</para></listitem> + <listitem><para>April 4, 2005 [matt]: Typo: The udev initscript registers udevsend, not udev, as the hotplug handler (Bryan Kadzban)</para></listitem> 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</seg></seglis <sect2 role="installation"> <title>Installation of E2fsprogs</title> +<para>Fix a compilation error in E2fsprogs' testsuite:</para> + +<screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &/' lib/e2p/Makefile.in</userinput></screen> + <para>It is recommended that E2fsprogs be built in a subdirectory of the source tree: </para> <screen><userinput>mkdir build cd build</userinput></screen> -<para>Fix a compilation error in E2fsprogs' testsuite:</para> - -<screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &/' lib/e2p/Makefile.in</userinput></screen> - <para>Prepare E2fsprogs for compilation:</para> <screen><userinput>../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 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050404"> -<!ENTITY releasedate "April 4, 2005"> +<!ENTITY version "SVN-20050406"> +<!ENTITY releasedate "April 6, 2005"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |