Changeset 60185a9
- Timestamp:
- Apr 27, 2007, 2:13:11 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3bc1c3c
- Parents:
- bfd5aa0
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
rbfd5aa0 r60185a9 3 3 <!ENTITY month "04"> <!-- Use two digits --> 4 4 <!ENTITY month_name "April"> 5 <!ENTITY day "2 4"> <!-- Use two digits -->5 <!ENTITY day "27"> <!-- Use two digits --> 6 6 <!ENTITY year "2007"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
rbfd5aa0 r60185a9 38 38 39 39 <listitem> 40 <para>April 27, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jhuntwork] - We don't use the uname patch for temp-system Coreutils. 44 No need to 'touch man/uname.1'.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>April 24, 2007</para> 41 51 <itemizedlist> 42 52 <listitem> 43 <para>[ name] - Updated to Psmisc 22.5.</para>53 <para>[jciccone] - Updated to Psmisc 22.5.</para> 44 54 </listitem> 45 55 </itemizedlist> -
BOOK/temp-system/common/coreutils.xml
rbfd5aa0 r60185a9 33 33 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 34 34 35 <para os="m1">When the uname patch was applied. A change was made to36 <filename>uname.c</filename>. This change is causing the man Makefile to37 try and regenerate the man page for uname. Since the compiled uname can38 not be executed the build will fail. The following command gives the39 uname man page a newer timestamp then <filename>uname.c</filename>.</para>40 41 <screen os="m2"><userinput>touch man/uname.1</userinput></screen>42 43 35 <para os="bf">Compile the package:</para> 44 36 -
BOOK/temp-system/multilib/coreutils.xml
rbfd5aa0 r60185a9 41 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 42 href="../common/coreutils.xml" 43 xpointer="xpointer(//*[@os='m1'])"/>44 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"46 href="../common/coreutils.xml"47 xpointer="xpointer(//*[@os='m2'])"/>48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"50 href="../common/coreutils.xml"51 43 xpointer="xpointer(//*[@os='bf'])"/> 52 44
Note:
See TracChangeset
for help on using the changeset viewer.