Suppress installation of uptime in coreutils. Thanks to Randy McMurchy. Fixes #2133.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Huntwork 2008-04-03 05:12:53 +00:00
parent 2ec973e241
commit c468484e6c
3 changed files with 13 additions and 3 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
<para>2008-04-03</para>
<itemizedlist>
<listitem>
<para>[jhuntwork] - Suppress installation of uptime in coreutils.
Thanks to Randy McMurchy. Fixes #2133.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2008-04-02</para>
<itemizedlist>

View File

@ -67,7 +67,7 @@
<para>Now prepare Coreutils for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname --enable-no-install-program=kill</userinput></screen>
<screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname --enable-no-install-program=kill,uptime</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20080402">
<!ENTITY releasedate "April 2, 2008">
<!ENTITY version "SVN-20080403">
<!ENTITY releasedate "April 3, 2008">
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->