Changes in BOOK/boot/multilib/kmod.xml [d2ecc65:e2e6aae]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/kmod.xml
rd2ecc65 re2e6aae 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/kmod.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/kmod.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 26 href="../../final-system/common/kmod.xml" 35 27 xpointer="xpointer(//*[@os='a'])"/> … … 38 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \ 39 31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen> 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 44 href="../common/kmod.xml" 45 xpointer="xpointer(//*[@os='c'])"/> 32 --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --libdir=/tools/lib64 --with-xz --with-zlib --disable-manpages</userinput></screen> 46 34 47 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 57 45 xpointer="xpointer(//*[@os='g'])"/> 58 46 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 60 href="../common/kmod.xml" 61 xpointer="xpointer(//*[@os='h'])"/> 47 <screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 62 48 63 64 href="../common/kmod.xml"65 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../../final-system/common/kmod.xml" 51 xpointer="xpointer(//*[@os='i'])"/> 66 52 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 68 href="../common/kmod.xml" 69 xpointer="xpointer(//*[@os='j'])"/> 53 <screen os="j"><userinput>ln -sv kmod ${CLFS}/bin/lsmod 54 ln -sv ../bin/kmod ${CLFS}/sbin/depmod 55 ln -sv ../bin/kmod ${CLFS}/sbin/insmod 56 ln -sv ../bin/kmod ${CLFS}/sbin/modprobe 57 ln -sv ../bin/kmod ${CLFS}/sbin/modinfo 58 ln -sv ../bin/kmod ${CLFS}/sbin/rmmod</userinput></screen> 70 59 71 60 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.