Changeset 1db7c4b
- Timestamp:
- Apr 13, 2014, 2:31:13 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3471ff2
- Parents:
- a49b75d
- Location:
- BOOK/boot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/kmod.xml
ra49b75d r1db7c4b 29 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \ 30 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ 31 ./configure --prefix=/tools --bindir=/bin\31 ./configure --prefix=/tools \ 32 32 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen> 33 33 … … 57 57 xpointer="xpointer(//*[@os='g'])"/> 58 58 59 <screen os="h"><userinput>make DESTDIR=${CLFS}install</userinput></screen>59 <screen os="h"><userinput>make install</userinput></screen> 60 60 61 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 63 63 xpointer="xpointer(//*[@os='i'])"/> 64 64 65 <screen os="j"><userinput>ln -sv kmod ${CLFS}/bin/lsmod 65 <screen os="j"><userinput>ln -sv /tools/bin/kmod ${CLFS}/bin 66 ln -sv kmod ${CLFS}/bin/lsmod 66 67 ln -sv ../bin/kmod ${CLFS}/sbin/depmod 67 68 ln -sv ../bin/kmod ${CLFS}/sbin/insmod -
BOOK/boot/multilib/kmod.xml
ra49b75d r1db7c4b 30 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \ 31 31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 32 --b indir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET} \32 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 33 --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen> 34 34 -
BOOK/boot/x86_64-64/kmod.xml
ra49b75d r1db7c4b 29 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \ 30 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ 31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools --bindir=/bin\31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 32 32 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen> 33 33
Note:
See TracChangeset
for help on using the changeset viewer.