Changeset fc349a4 for BOOK


Ignore:
Timestamp:
Aug 4, 2013, 11:16:48 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
622dedff
Parents:
9808d51
Message:

Remove config-cache configure option from boot method util-linux.

Location:
BOOK/boot
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/util-linux.xml

    r9808d51 rfc349a4  
    3030  ./configure --prefix=/tools --exec-prefix=/tools \
    3131    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --disable-makeinstall-chown --disable-login --disable-su \
    33     --config-cache</userinput></screen>
     32    --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
    3433
    3534    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/common/util-linux.xml

    r9808d51 rfc349a4  
    3030  ./configure --prefix=/tools --exec-prefix=/tools \
    3131    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --disable-makeinstall-chown --disable-login --disable-su \
    33     --config-cache</userinput></screen>
     32    --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
    3433
    3534    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/multilib/util-linux.xml

    r9808d51 rfc349a4  
    3131    --host=${CLFS_TARGET} --libdir=/tools/lib64 --bindir=/tools/bin \
    3232    --sbindir=/tools/sbin --disable-makeinstall-chown --disable-login \
    33     --disable-su --config-cache</userinput></screen>
     33    --disable-su</userinput></screen>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/ppc64/util-linux-32.xml

    r9808d51 rfc349a4  
    3131    --prefix=/tools --exec-prefix=/tools \
    3232    --build=${CLFS_HOST} --host=${CLFS_TARGET32} \
    33     --without-ncurses --disable-makeinstall-chown --config-cache</userinput></screen>
     33    --without-ncurses --disable-makeinstall-chown</userinput></screen>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.