Changeset 03e8867
- Timestamp:
- Aug 28, 2006, 2:23:04 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:
- 6ac7c4f
- Parents:
- ce8f939
- Location:
- BOOK
- Files:
-
- 2 deleted
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rce8f939 r03e8867 30 30 31 31 <screen os="b"><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen> 32 33 <para os="p1">A known issue with the <command>uname</command> program from 34 this package is that the <option>-p</option> switch always 35 returns <computeroutput>unknown</computeroutput>. The following patch 36 fixes this behavior for all architectures:</para> 37 38 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 32 39 33 40 <para os="c">Now prepare Coreutils for compilation:</para> -
BOOK/final-system/multilib/coreutils.xml
rce8f939 r03e8867 29 29 href="../common/coreutils.xml" 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/coreutils.xml" 34 xpointer="xpointer(//*[@os='p1'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/coreutils.xml" 38 xpointer="xpointer(//*[@os='p2'])"/> 31 39 32 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/x86-chapter.xml
rce8f939 r03e8867 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" x86/coreutils.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/coreutils.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/> -
BOOK/final-system/x86_64-64-chapter.xml
rce8f939 r03e8867 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/binutils.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/gcc.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" x86_64/coreutils.xml"/>23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/coreutils.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/> -
BOOK/final-system/x86_64-chapter.xml
rce8f939 r03e8867 23 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" x86_64/coreutils.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/coreutils.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/m4.xml"/> -
BOOK/introduction/common/changelog.xml
rce8f939 r03e8867 67 67 <para>[jim] - Updated to Findutils 4.2.28.</para> 68 68 </listitem> 69 <listitem> 70 <para>[jim] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para> 71 </listitem> 69 72 </itemizedlist> 70 73 </listitem> -
BOOK/materials/common/patches.xml
rce8f939 r03e8867 74 74 75 75 <varlistentry> 76 <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term> 77 <listitem> 78 <para>Download: <ulink 79 url="&patches-root;&coreutils-uname-patch;"/></para> 80 <para>MD5 sum: <literal>&coreutils-uname-patch-md5;</literal></para> 81 </listitem> 82 </varlistentry> 83 84 <varlistentry> 76 85 <term>Expect Spawn Patch - <token>&expect-spawn-patch-size;</token>:</term> 77 86 <listitem> -
BOOK/materials/x86/patches.xml
rce8f939 r03e8867 12 12 13 13 <variablelist role="materials"> 14 15 <varlistentry os="coreutils-x86_uname-patch">16 <term>Coreutils Uname Patch - <token>&coreutils-x86_uname-patch-size;</token>:</term>17 <listitem>18 <para>Download: <ulink19 url="&patches-root;&coreutils-x86_uname-patch;"/></para>20 <para>MD5 sum: <literal>&coreutils-x86_uname-patch-md5;</literal></para>21 </listitem>22 </varlistentry>23 14 24 15 <varlistentry os="gcc-specs-patch"> -
BOOK/materials/x86_64-64/patches.xml
rce8f939 r03e8867 21 21 </listitem> 22 22 </varlistentry> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../x86/patches.xml"26 xpointer="xpointer(//*[@os='coreutils-x86_uname-patch'])"/>27 23 28 24 <varlistentry os="gcc-pure64-patch"> -
BOOK/materials/x86_64/patches.xml
rce8f939 r03e8867 21 21 </listitem> 22 22 </varlistentry> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="../x86/patches.xml"26 xpointer="xpointer(//*[@os='coreutils-x86_uname-patch'])"/>27 23 28 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/patches.ent
rce8f939 r03e8867 29 29 <!ENTITY coreutils-suppress-patch-size "13 KB"> 30 30 31 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-2.patch"> 32 <!ENTITY coreutils-uname-patch-md5 "865d271bec9039f45a3be0ada21edae0"> 33 <!ENTITY coreutils-uname-patch-size "8 KB"> 34 31 35 <!ENTITY expect-spawn-patch "expect-&expect-version;-spawn-2.patch"> 32 36 <!ENTITY expect-spawn-patch-md5 "7706e1e8238c72eed8dc905d6f3b6aa9"> … … 289 293 <!ENTITY bin86-x86_64-patch-size "2 KB"> 290 294 291 <!ENTITY coreutils-x86_uname-patch "coreutils-&coreutils-version;-uname-1.patch">292 <!ENTITY coreutils-x86_uname-patch-md5 "c05b735710fbd62239588c07084852a0">293 <!ENTITY coreutils-x86_uname-patch-size "4.5 KB">294 295 295 <!ENTITY grub-fixes-patch "grub-&grub-version;-fixes-1.patch"> 296 296 <!ENTITY grub-fixes-patch-md5 "6f095b98bde1db8d5b1a7ceef96ca351">
Note:
See TracChangeset
for help on using the changeset viewer.