Changeset 9cb6b64 for final-system


Ignore:
Timestamp:
Jul 1, 2006, 12:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
8018c66
Parents:
2ce8e8a
Message:

r4209@server: jim | 2006-07-01 12:46:18 -0700
Updated variables -

LFS_TARGET is now CLFS_TARGET
LFS_HOST is now CLFS_HOST
LFS_TARGET32 is now CLFS_TARGET32
LFS is now CLFS
/mnt/lfs is now /mnt/clfs


Location:
final-system
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/stripping.xml

    r2ce8e8a r9cb6b64  
    3333    <para os="e">Then reenter it with:</para>
    3434
    35 <screen os="f" role="nodump"><userinput>chroot $LFS /tools/bin/env -i \
     35<screen os="f" role="nodump"><userinput>chroot $CLFS /tools/bin/env -i \
    3636    HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
    3737    PATH=/bin:/usr/bin:/sbin:/usr/sbin \
  • final-system/multilib/glibc.xml

    r2ce8e8a r9cb6b64  
    7070    ../glibc-&glibc-version;/configure --prefix=/usr \
    7171    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    72     --libexecdir=/usr/lib/glibc --host=${LFS_TARGET32}</userinput></screen>
     72    --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32}</userinput></screen>
    7373
    7474    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • final-system/ppc64/glibc.xml

    r2ce8e8a r9cb6b64  
    7878    ../glibc-&glibc-version;/configure --prefix=/usr \
    7979    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    80     --libexecdir=/usr/lib/glibc --host=${LFS_TARGET32}</userinput></screen>
     80    --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32}</userinput></screen>
    8181
    8282    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.