Changeset 8509
- Timestamp:
- 04/02/08 23:14:57 (8 months ago)
- Files:
-
- branches/jh/BOOK/chapter01/changelog.xml (modified) (1 diff)
- branches/jh/BOOK/chapter06/coreutils.xml (modified) (1 diff)
- branches/jh/BOOK/general.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/jh/BOOK/chapter01/changelog.xml
r8507 r8509 38 38 39 39 <listitem> 40 <para>2008-04-03</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jhuntwork] - Suppress installation of uptime in coreutils. 44 Thanks to Randy McMurchy. Fixes #2133.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>2008-04-02</para> 41 51 <itemizedlist> branches/jh/BOOK/chapter06/coreutils.xml
r8502 r8509 70 70 <para>Now prepare Coreutils for compilation:</para> 71 71 72 <screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname --enable-no-install-program=kill </userinput></screen>72 <screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname --enable-no-install-program=kill,uptime</userinput></screen> 73 73 74 74 <variablelist> branches/jh/BOOK/general.ent
r8502 r8509 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-JH-2008040 2">3 <!ENTITY releasedate "April 2, 2008">2 <!ENTITY version "SVN-JH-20080403"> 3 <!ENTITY releasedate "April 3, 2008"> 4 4 <!ENTITY milestone "7.0"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
