Changeset b169dfe
- Timestamp:
- Oct 19, 2008, 8:57:43 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2211949
- Parents:
- 9d5337b
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
r9d5337b rb169dfe 141 141 class="directory">include</filename> directory should 142 142 <emphasis>always</emphasis> be the ones against which Glibc was 143 compiled (from the Linux-Headers package) and should144 <emphasis>never</emphasis> be replaced by the kernel headers.</para>143 compiled and should <emphasis>never</emphasis> be replaced by headers 144 from a different kernel version.</para> 145 145 </warning> 146 146 -
BOOK/final-system/common/coreutils.xml
r9d5337b rb169dfe 32 32 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 34 35 <para os="s1">The following command renames the internal implementation of36 futimens to gl_futimens as newer versions of Glibc provide an incompatible37 version:</para>38 39 <screen os="s2"><userinput>sed -i "s/futimens/gl_&/" $(grep -lr futimens *)</userinput></screen>40 34 41 35 <para os="c">Now prepare Coreutils for compilation:</para> -
BOOK/final-system/multilib/coreutils.xml
r9d5337b rb169dfe 29 29 href="../common/coreutils.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/coreutils.xml"34 xpointer="xpointer(//*[@os='s1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/coreutils.xml"38 xpointer="xpointer(//*[@os='s2'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/general.ent
r9d5337b rb169dfe 3 3 <!ENTITY month "10"> <!-- Use two digits --> 4 4 <!ENTITY month_name "October"> 5 <!ENTITY day "1 5"> <!-- Use two digits -->5 <!ENTITY day "19"> <!-- Use two digits --> 6 6 <!ENTITY year "2008"> <!-- Use four digits --> 7 7 -
BOOK/temp-system/common/coreutils.xml
r9d5337b rb169dfe 22 22 <sect2 role="installation"> 23 23 <title>Installation of Coreutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../../final-system/common/coreutils.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../../final-system/common/coreutils.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <para os="bs1">Coreutils attempts to use the <command>install</command> -
BOOK/temp-system/multilib/coreutils.xml
r9d5337b rb169dfe 22 22 <sect2 role="installation"> 23 23 <title>Installation of Coreutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../../final-system/common/coreutils.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../../final-system/common/coreutils.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.