- Timestamp:
- Aug 1, 2006, 9:53:24 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4ce2d9d
- Parents:
- 06f2dec
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/automake.xml
r06f2dec r38956a2 37 37 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 href="../common/auto conf.xml"39 href="../common/automake.xml" 40 40 xpointer="xpointer(//*[@os='e'])"/> 41 41 -
BOOK/general.ent
r06f2dec r38956a2 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 7"> <!-- Use two digits -->4 <!ENTITY month_name " July">5 <!ENTITY day " 29"> <!-- Use two digits -->3 <!ENTITY month "08"> <!-- Use two digits --> 4 <!ENTITY month_name "August"> 5 <!ENTITY day "01"> <!-- Use two digits --> 6 6 <!ENTITY year "2006"> <!-- Use four digits --> 7 7 -
BOOK/testsuite-tools/common/file.xml
r06f2dec r38956a2 41 41 42 42 <para os="h">Now we create a symlink so that the GCC testsuite 43 can use file:</para>43 can use <command>file</command>:</para> 44 44 45 <screen os="i"><userinput>ln -sv /tools/bin/file /usr/bin /file</userinput></screen>45 <screen os="i"><userinput>ln -sv /tools/bin/file /usr/bin</userinput></screen> 46 46 47 47 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.