Changeset 07114c98 for BOOK/final-system


Ignore:
Timestamp:
Jul 1, 2006, 12:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
95112ed
Parents:
51f1397
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:
BOOK/final-system
Files:
3 edited

Legend:

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

    r51f1397 r07114c98  
    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 \
  • BOOK/final-system/multilib/glibc.xml

    r51f1397 r07114c98  
    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"
  • BOOK/final-system/ppc64/glibc.xml

    r51f1397 r07114c98  
    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.