Changeset 1da2a84 for BOOK/boot/multilib
- Timestamp:
- Sep 14, 2008, 11:30:14 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:
- e8e6c4e
- Parents:
- 9d32016
- Location:
- BOOK/boot/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/e2fsprogs.xml
r9d32016 r1da2a84 29 29 cp -v configure{,.orig} 30 30 sed -e "/libdir=.*\/lib/s@/lib@/lib64@g" configure.orig > configure</userinput></screen> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../../final-system/common/e2fsprogs.xml" 34 xpointer="xpointer(//*[@os='s1'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../../final-system/common/e2fsprogs.xml" 38 xpointer="xpointer(//*[@os='s2'])"/> 31 39 32 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/multilib/udev.xml
r9d32016 r1da2a84 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/multilib/udev-64bit.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 26 href="../../final-system/common/udev.xml" 27 xpointer="xpointer(//*[@os='a'])"/> 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/usr \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --exec-prefix= --sysconfdir=/etc \ 32 --with-libdir-name=lib64</userinput></screen> 28 33 29 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/ multilib/udev-64bit.xml"31 xpointer="xpointer(//*[@os=' p2'])"/>35 href="../../final-system/common/udev.xml" 36 xpointer="xpointer(//*[@os='c'])"/> 32 37 33 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/udev.xml" 35 xpointer="xpointer(//*[@os='a'])"/> 36 37 <screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC} ${BUILD64}" \ 38 LD="${CC} ${BUILD64}"</userinput></screen> 39 href="../../final-system/common/udev.xml" 40 xpointer="xpointer(//*[@os='d'])"/> 39 41 40 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../ common/udev.xml"43 href="../../final-system/common/udev.xml" 42 44 xpointer="xpointer(//*[@os='g'])"/> 43 45 44 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../ common/udev.xml"47 href="../../final-system/common/udev.xml" 46 48 xpointer="xpointer(//*[@os='h'])"/> 49 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 51 href="../../final-system/common/udev.xml" 52 xpointer="xpointer(//*[@os='i'])"/> 53 54 <screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 47 55 48 56 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.