removed a sed from XFS-2.9.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7091 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
David Jensen 2007-08-21 21:27:10 +00:00
parent 5e72fc7141
commit b5972acb5f
3 changed files with 13 additions and 8 deletions

View File

@ -3,11 +3,11 @@ $LastChangedBy$
$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] -->

View File

@ -41,6 +41,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>

View File

@ -66,8 +66,7 @@
<para>Install <application>XFS</application> by running the following
commands:</para>
<screen><userinput>sed -i '/autoconf/d' Makefile &amp;&amp;
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 @@ ln -svf ../../lib/libhandle.so.1 /usr/lib/libhandle.so</userinput></screen>
<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>