Changeset 3a545576
- Timestamp:
- Mar 2, 2009, 7:09:56 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f765af0
- Parents:
- bf252b7
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
rbf252b7 r3a545576 3 3 <!ENTITY month "03"> <!-- Use two digits --> 4 4 <!ENTITY month_name "March"> 5 <!ENTITY day "0 1"> <!-- Use two digits -->5 <!ENTITY day "02"> <!-- Use two digits --> 6 6 <!ENTITY year "2009"> <!-- Use four digits --> 7 7 -
BOOK/temp-system/64/file.xml
rbf252b7 r3a545576 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 33 href="../common/file.xml" 34 xpointer="xpointer(//*[@os=' p1'])"/>34 xpointer="xpointer(//*[@os='ap1'])"/> 35 35 36 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 37 href="../common/file.xml" 38 xpointer="xpointer(//*[@os=' p2'])"/>38 xpointer="xpointer(//*[@os='ap2'])"/> 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/file.xml
rbf252b7 r3a545576 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 31 32 <para os=" p1">The following patch will fix a compile issue that would prevent32 <para os="ap1">The following patch will fix a compile issue that would prevent 33 33 a proper creation of the <filename>magic.mgc</filename> file. This would 34 34 show up as an error messsage. … … 36 36 magic files. `/tools/share/file/magic.mgc' is version 2</computeroutput>:</para> 37 37 38 <screen os=" p2"><userinput>patch -Np1 -i ../&file-cross_compile-patch;</userinput></screen>38 <screen os="ap2"><userinput>patch -Np1 -i ../&file-cross_compile-patch;</userinput></screen> 39 39 40 40 <para os="a">Prepare File for compilation:</para> -
BOOK/temp-system/multilib/file.xml
rbf252b7 r3a545576 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 33 href="../common/file.xml" 34 xpointer="xpointer(//*[@os=' p1'])"/>34 xpointer="xpointer(//*[@os='ap1'])"/> 35 35 36 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 37 href="../common/file.xml" 38 xpointer="xpointer(//*[@os=' p2'])"/>38 xpointer="xpointer(//*[@os='ap2'])"/> 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.