Changeset 3904

Show
Ignore:
Timestamp:
02/13/08 23:15:06 (10 months ago)
Author:
jciccone
Message:

remove the --prefix=/ (wrong anyway) from the boot util-linux-ng, let it install into the default prefix of /usr.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/boot/common/util-linux-ng.xml

    r3794 r3904  
    2727    xpointer="xpointer(//*[@os='a'])"/> 
    2828 
    29 <screen os="b"><userinput>./configure --prefix=/
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET}
    31     --enable-login-utils --disable-makeinstall-chown</userinput></screen> 
     29<screen os="b"><userinput>./configure --build=${CLFS_HOST}
     30    --host=${CLFS_TARGET} --enable-login-utils
     31    --disable-makeinstall-chown</userinput></screen> 
    3232 
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • trunk/BOOK/boot/multilib/util-linux-ng.xml

    r3794 r3904  
    2727    xpointer="xpointer(//*[@os='a'])"/> 
    2828 
    29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET}
    31     --enable-login-utils --disable-makeinstall-chown</userinput></screen> 
     29<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST}
     30    --host=${CLFS_TARGET} --enable-login-utils
     31    --disable-makeinstall-chown</userinput></screen> 
    3232 
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • trunk/BOOK/general.ent

    r3903 r3904  
    33<!ENTITY month "02"> <!-- Use two digits --> 
    44<!ENTITY month_name "Feburary"> 
    5 <!ENTITY day "12"> <!-- Use two digits --> 
     5<!ENTITY day "13"> <!-- Use two digits --> 
    66<!ENTITY year "2008"> <!-- Use four digits --> 
    77