Changeset 07114c98 for BOOK/boot/x86


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/boot/x86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86/grub-build.xml

    r51f1397 r07114c98  
    4040
    4141<screen os="aa"><userinput>./configure --prefix=/usr \
    42    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     42   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/x86/kernel.xml

    r51f1397 r07114c98  
    6363    <para os="ae">Configure the kernel via a menu-driven interface:</para>
    6464
    65 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     65<screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    6666
    6767    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6969    xpointer="xpointer(//*[@os='m'])"/>
    7070
    71 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     71<screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    7272
    7373    <para os="af">If the use of kernel modules can't be avoided, an
     
    9191    xpointer="xpointer(//*[@os='s'])"/>
    9292
    93 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${LFS_TARGET}- \
     93<screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \
    9494    INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9595
Note: See TracChangeset for help on using the changeset viewer.