Changeset 1db7c4b


Ignore:
Timestamp:
Apr 13, 2014, 2:31:13 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3471ff2
Parents:
a49b75d
Message:

Install kmod entirely in /tools

Location:
BOOK/boot
Files:
3 edited

Legend:

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

    ra49b75d r1db7c4b  
    2929<screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \
    3030zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \
    31 ./configure --prefix=/tools --bindir=/bin \
     31./configure --prefix=/tools \
    3232    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen>
    3333
     
    5757    xpointer="xpointer(//*[@os='g'])"/>
    5858
    59 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     59<screen os="h"><userinput>make install</userinput></screen>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6363    xpointer="xpointer(//*[@os='i'])"/>
    6464
    65 <screen os="j"><userinput>ln -sv kmod ${CLFS}/bin/lsmod
     65<screen os="j"><userinput>ln -sv /tools/bin/kmod ${CLFS}/bin
     66ln -sv kmod ${CLFS}/bin/lsmod
    6667ln -sv ../bin/kmod ${CLFS}/sbin/depmod
    6768ln -sv ../bin/kmod ${CLFS}/sbin/insmod
  • BOOK/boot/multilib/kmod.xml

    ra49b75d r1db7c4b  
    3030zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \
    3131CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    32     --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     32    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3333    --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen>
    3434
  • BOOK/boot/x86_64-64/kmod.xml

    ra49b75d r1db7c4b  
    2929<screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \
    3030zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \
    31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools --bindir=/bin \
     31CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3232    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen>
    3333
Note: See TracChangeset for help on using the changeset viewer.