Changeset c54a540 for BOOK/boot/64/createfiles.xml
- Timestamp:
- May 11, 2014, 2:03:47 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7184ed0c
- Parents:
- 4190ca2 (diff), b925729 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/createfiles.xml
r4190ca2 rc54a540 21 21 xpointer="xpointer(//*[@os='b'])"/> 22 22 23 <para os="e">To enable some C++ tests in the Glibc and Binutils testsuites24 to link, create a directory and make some symbolic links:</para>25 26 <screen os="f"><userinput>mkdir -pv ${CLFS}/usr/lib6427 ln -sv /tools/lib/libstdc++.so{.6,} ${CLFS}/usr/lib64</userinput></screen>28 29 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 24 href="../common/createfiles.xml" 31 25 xpointer="xpointer(//*[@os='c'])"/> 26 27 <para os="f">To enable some C++ tests in the Glibc and Binutils testsuites 28 to link, create a directory and make some symbolic links:</para> 29 30 <screen os="g"><userinput>mkdir -pv ${CLFS}/usr/lib64 31 ln -sv /tools/lib/libstdc++.so{.6,} ${CLFS}/usr/lib64</userinput></screen> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 35 35 xpointer="xpointer(//*[@os='d'])"/> 36 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/createfiles.xml" 39 xpointer="xpointer(//*[@os='e'])"/> 40 37 41 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.