Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/kmod.xml

    re90b5e5 re2e6aae  
    2424
    2525    <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"
    3426    href="../../final-system/common/kmod.xml"
    3527    xpointer="xpointer(//*[@os='a'])"/>
    3628
    37 <screen os="b"><userinput>PKG_CONFIG= liblzma_CFLAGS="-I/tools/include" \
    38     liblzma_LIBS="-L/tools/lib64 -llzma" \
    39     zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \
    40     CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    41     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    42     --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen>
    43 
    44     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    45     href="../common/kmod.xml"
    46     xpointer="xpointer(//*[@os='c'])"/>
     29<screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib64 -llzma" \
     30zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \
     31CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     32    --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     33    --libdir=/tools/lib64 --with-xz --with-zlib --disable-manpages</userinput></screen>
    4734
    4835    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5845    xpointer="xpointer(//*[@os='g'])"/>
    5946
    60     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    61     href="../common/kmod.xml"
    62     xpointer="xpointer(//*[@os='h'])"/>
     47<screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    6348
    64     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    65     href="../common/kmod.xml"
    66     xpointer="xpointer(//*[@os='i'])"/>
     49<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     50href="../../final-system/common/kmod.xml"
     51xpointer="xpointer(//*[@os='i'])"/>
    6752
    68     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    69     href="../common/kmod.xml"
    70     xpointer="xpointer(//*[@os='j'])"/>
     53<screen os="j"><userinput>ln -sv kmod ${CLFS}/bin/lsmod
     54ln -sv ../bin/kmod ${CLFS}/sbin/depmod
     55ln -sv ../bin/kmod ${CLFS}/sbin/insmod
     56ln -sv ../bin/kmod ${CLFS}/sbin/modprobe
     57ln -sv ../bin/kmod ${CLFS}/sbin/modinfo
     58ln -sv ../bin/kmod ${CLFS}/sbin/rmmod</userinput></screen>
    7159
    7260  </sect2>
Note: See TracChangeset for help on using the changeset viewer.