Author: djensen
Date: 2007-08-21 15:27:10 -0600 (Tue, 21 Aug 2007)
New Revision: 7091
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/filesystems/xfs.xml
Log:
removed a sed from XFS-2.9.3
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-08-21 00:47:19 UTC (rev 7090)
+++ trunk/BOOK/general.ent 2007-08-21 21:27:10 UTC (rev 7091)
@@ -3,11 +3,11 @@
$Date$
-->
-<!ENTITY day "20"> <!-- Always 2 digits -->
+<!ENTITY day "21"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "August &day;th, &year;">
+<!ENTITY releasedate "August &day;st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-08-21 00:47:19 UTC
(rev 7090)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-08-21 21:27:10 UTC
(rev 7091)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>August 21, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[djensen] - Removed a Makefile sed that disabled autoconf
+ in XFS-2.9.3. It may be needed.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 20, 2007</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/filesystems/xfs.xml
===================================================================
--- trunk/BOOK/postlfs/filesystems/xfs.xml 2007-08-21 00:47:19 UTC (rev
7090)
+++ trunk/BOOK/postlfs/filesystems/xfs.xml 2007-08-21 21:27:10 UTC (rev
7091)
@@ -66,8 +66,7 @@
<para>Install <application>XFS</application> by running the following
commands:</para>
-<screen><userinput>sed -i '/autoconf/d' Makefile &&
-make DEBUG=-DNDEBUG INSTALL_USER=root INSTALL_GROUP=root \
+<screen><userinput>make DEBUG=-DNDEBUG INSTALL_USER=root INSTALL_GROUP=root \
LOCAL_CONFIGURE_OPTIONS="--enable-readline=yes"</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -86,10 +85,6 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>sed -i '/autoconf/d' Makefile</command>: This command
- disables running <command>autoconf</command> because it is
- unnecessary.</para>
-
<para><command>make DEBUG=-DNDEBUG</command>: The <application>XFS
</application> build will fail using the default -DDEBUG flags.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page