diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-04-06 23:07:44 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-04-06 23:07:44 +0000 |
commit | f5aab6ee44ce5d3d17c7b76f19547b6a70cd1998 (patch) | |
tree | 1c131d1e26a869d9005eac32f042b0e80cb26c2d | |
parent | a8f02babd3c619c3d93ac6f9eed88b81a2e0932f (diff) |
Fixed: e2fsprogs sed
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 8 | ||||
-rw-r--r-- | chapter06/e2fsprogs.xml | 8 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b0eb80d6c..85e6e3323 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -83,6 +83,14 @@ first a summary, then a detailed log.</para> <listitem><para>Changelog Entries:</para> <itemizedlist> +<listitem><para>April 6, 2005 [matt]</para> +<itemizedlist> +<listitem><para>Fixed: Arch: All - Move e2fsprogs sed command to before entering the build directory (Steffen R. Knollmann).</para></listitem> +</itemizedlist> +</listitem> +</itemizedlist> + +<itemizedlist> <listitem><para>April 4, 2005 [jim]</para> <itemizedlist> <listitem><para>Updated: Arch: Raq2 - Colo to 1.19.</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 d5c5755fb..2983d3f78 100644 --- a/general.ent +++ b/general.ent @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "7.0-multiarch-20050404"> +<!ENTITY version "7.0-multiarch-20050406"> <!ENTITY version-x86 "&version;-x86"> <!ENTITY version-alpha "&version;-alpha"> <!ENTITY version-ppc "&version;-PowerPC"> <!ENTITY version-raq2 "&version;-RaQ2"> -<!ENTITY releasedate "April 4, 2005"> +<!ENTITY releasedate "April 6, 2005"> <!ENTITY milestone "7.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |