mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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:
parent
5e72fc7141
commit
b5972acb5f
@ -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] -->
|
||||
|
@ -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>
|
||||
|
@ -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 @@ 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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user