Author: matthew Date: 2005-04-06 16:01:39 -0600 (Wed, 06 Apr 2005) New Revision: 4879
Modified: branches/6.1/BOOK/chapter01/changelog.xml branches/6.1/BOOK/chapter06/e2fsprogs.xml branches/6.1/BOOK/general.ent Log: * Merge e2fsprogs fix from trunk to 6.1 branch Modified: branches/6.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1/BOOK/chapter01/changelog.xml 2005-04-06 21:58:05 UTC (rev 4878) +++ branches/6.1/BOOK/chapter01/changelog.xml 2005-04-06 22:01:39 UTC (rev 4879) @@ -82,6 +82,9 @@ </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> Modified: branches/6.1/BOOK/chapter06/e2fsprogs.xml =================================================================== --- branches/6.1/BOOK/chapter06/e2fsprogs.xml 2005-04-06 21:58:05 UTC (rev 4878) +++ branches/6.1/BOOK/chapter06/e2fsprogs.xml 2005-04-06 22:01:39 UTC (rev 4879) @@ -30,16 +30,16 @@ <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="" \ Modified: branches/6.1/BOOK/general.ent =================================================================== --- branches/6.1/BOOK/general.ent 2005-04-06 21:58:05 UTC (rev 4878) +++ branches/6.1/BOOK/general.ent 2005-04-06 22:01:39 UTC (rev 4879) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "TESTING-20050405"> -<!ENTITY releasedate "April 5, 2005"> +<!ENTITY version "TESTING-20050406"> +<!ENTITY releasedate "April 6, 2005"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
