Changeset 6d8fc37


Ignore:
Timestamp:
Sep 7, 2012, 10:52:01 AM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ba7a62c
Parents:
dc8ace32
Message:

Remove --with-rootlibdir configure option in Boot section kmod.

Location:
BOOK
Files:
5 edited

Legend:

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

    rdc8ace32 r6d8fc37  
    2828
    2929<screen os="b"><userinput>./configure --prefix=/tools --bindir=/bin \
    30     --with-rootlibdir=/tools/lib --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/multilib/kmod.xml

    rdc8ace32 r6d8fc37  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30     --bindir=/bin --with-rootlibdir=/tools/lib64 \
    31     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     30    --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3231
    3332    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/x86_64-64/kmod.xml

    rdc8ace32 r6d8fc37  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30     --bindir=/bin --with-rootlibdir=/tools/lib \
    31     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     30    --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3231
    3332    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/general.ent

    rdc8ace32 r6d8fc37  
    33<!ENTITY month "09"> <!-- Use two digits -->
    44<!ENTITY month_name "August">
    5 <!ENTITY day "06"> <!-- Use two digits -->
     5<!ENTITY day "07"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    rdc8ace32 r6d8fc37  
    3737-->
    3838   <listitem>
     39      <para>September 07, 2012</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[William Harrington] - Remove --with-rootlibdir from kmod configure in Ch 7.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
     46
     47   <listitem>
    3948      <para>September 06, 2012</para>
    4049      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.