Changeset 1da2a84 for BOOK/boot/64
- 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/64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/e2fsprogs.xml
r9d32016 r1da2a84 22 22 <sect2 role="installation"> 23 23 <title>Installation of E2fsprogs</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/common/e2fsprogs.xml" 27 xpointer="xpointer(//*[@os='s1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/common/e2fsprogs.xml" 31 xpointer="xpointer(//*[@os='s2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/64/udev.xml
r9d32016 r1da2a84 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../ common/udev.xml"26 href="../../final-system/common/udev.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC} ${BUILD64}" \ 30 LD="${CC} ${BUILD64}"</userinput></screen> 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/usr \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --exec-prefix= --sysconfdir=/etc</userinput></screen> 31 32 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/udev.xml" 34 href="../../final-system/common/udev.xml" 35 xpointer="xpointer(//*[@os='c'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../../final-system/common/udev.xml" 39 xpointer="xpointer(//*[@os='d'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="../../final-system/common/udev.xml" 34 43 xpointer="xpointer(//*[@os='g'])"/> 35 44 36 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../ common/udev.xml"46 href="../../final-system/common/udev.xml" 38 47 xpointer="xpointer(//*[@os='h'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="../../final-system/common/udev.xml" 51 xpointer="xpointer(//*[@os='i'])"/> 52 53 <screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 39 54 40 55 </sect2> … … 49 64 50 65 </sect1> 66 67 68
Note:
See TracChangeset
for help on using the changeset viewer.