Changes in BOOK/boot/common/udev.xml [dabbced:ef09b2e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/udev.xml
rdabbced ref09b2e 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>LIBS="-lpthread" ./configure --prefix=/usr \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --exec-prefix="" --sysconfdir=/etc \ 32 --libexecdir=/lib/udev --libdir=/usr/lib \ 33 --disable-extras --disable-introspection</userinput></screen> 29 <screen os="b"><userinput>LIBS="-lpthread" \ 30 BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib -lblkid" \ 31 KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib -lkmod" \ 32 ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --with-rootprefix=$CLFS --bindir=/sbin --sysconfdir=/etc --libexecdir=/lib \ 34 --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \ 35 --disable-gtk-doc-html --disable-gudev --disable-keymap --disable-logging \ 36 --with-firmware-path=/lib/firmware</userinput></screen> 34 37 35 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 47 50 <screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 48 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../../final-system/common/udev.xml" 54 xpointer="xpointer(//*[@os='i'])"/> 55 56 <screen os="k"><userinput>install -dv ${CLFS}/lib/firmware</userinput></screen> 57 49 58 </sect2> 50 59
Note:
See TracChangeset
for help on using the changeset viewer.