Changeset f44ac55 for BOOK/boot/common/udev.xml
- Timestamp:
- Aug 11, 2012, 10:06:24 AM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 12dd3ae
- Parents:
- b2b94a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/udev.xml
rb2b94a5 rf44ac55 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 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 \ 33 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 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 \ 33 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 34 34 --exec-prefix="" --with-rootprefix=$CLFS \ 35 --sysconfdir=/etc --libexecdir=/lib \ 36 --libdir=/usr/lib --disable-introspection \ 37 --with-usb-ids-path=no --with-pci-ids-path=no \ 38 --disable-gtk-doc-html --disable-gudev \ 35 --sysconfdir=/etc --libexecdir=/lib \ 36 --libdir=/usr/lib --disable-introspection \ 37 --with-usb-ids-path=no --with-pci-ids-path=no \ 38 --disable-gtk-doc-html --disable-gudev \ 39 39 --disable-keymap --disable-logging</userinput></screen> 40 40
Note:
See TracChangeset
for help on using the changeset viewer.