Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

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

    rc636dee r7cd7f99  
    2828   <para os="a">Prepare Eudev for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --disable-introspection --disable-gtk-doc-html \
    32     --disable-gudev --disable-keymap --with-firmware-path=/tools/lib/firmware \
     30<screen os="b"><userinput>./configure \
     31    --prefix=/tools \
     32    --build=${CLFS_HOST} \
     33    --host=${CLFS_TARGET} \
     34    --disable-introspection \
     35    --disable-gtk-doc-html \
     36    --disable-gudev \
     37    --disable-keymap \
     38    --with-firmware-path=/tools/lib/firmware \
    3339    --enable-libkmod</userinput></screen>
    3440
Note: See TracChangeset for help on using the changeset viewer.