Changeset 07114c98 for BOOK/boot


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
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/alpha/kernel.xml

    r51f1397 r07114c98  
    6767    xpointer="xpointer(//*[@os='ae'])"/>
    6868
    69 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     69<screen><userinput>make ARCH=alpha CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    7070
    7171    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7373    xpointer="xpointer(//*[@os='m'])"/>
    7474
    75 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     75<screen><userinput>make ARCH=alpha CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    7676
    7777    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9191    xpointer="xpointer(//*[@os='s'])"/>
    9292
    93 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${LFS_TARGET}- \
     93<screen><userinput>make ARCH=alpha CROSS_COMPILE=${CLFS_TARGET}- \
    9494   INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9595
  • BOOK/boot/common/changingowner.xml

    r51f1397 r07114c98  
    1111  <title>Changing Ownership</title>
    1212
    13   <para os="a">Currently, the <filename class="directory">$LFS</filename>
     13  <para os="a">Currently, the <filename class="directory">$CLFS</filename>
    1414  directory and all of its subdirectories  are owned by the user
    1515  <systemitem class="username">lfs</systemitem>, a user that exists only
    16   on the host system. For security reasons, the $LFS root directory and
     16  on the host system. For security reasons, the $CLFS root directory and
    1717  all of it subdirectories should be owned by
    1818  <systemitem class="username">root</systemitem>. Change the ownership
    19   for $LFS and its subdirectories by running this command:</para>
     19  for $CLFS and its subdirectories by running this command:</para>
    2020
    2121<screen os="b"><userinput>chown -Rv root:root ${LFS}</userinput></screen>
  • BOOK/boot/common/devices.xml

    r51f1397 r07114c98  
    2121      <para>The commands in the remainder of the book should be run as
    2222      the <systemitem class="username">root</systemitem> user. Also,
    23       double-check that $LFS is set as
     23      double-check that $CLFS is set as
    2424      <systemitem class="username">root</systemitem>.</para>
    2525    </note>
  • BOOK/boot/common/e2fsprogs.xml

    r51f1397 r07114c98  
    3737<screen os="aa"><userinput>../configure --prefix=/tools \
    3838    --enable-elf-shlibs --disable-evms \
    39     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     39    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4040
    4141    <variablelist os="e">
  • BOOK/boot/common/introduction.xml

    r51f1397 r07114c98  
    1818  installed to allow you to boot the minimal system. Some of these
    1919  packages will be installed onto the root or in /usr on the CLFS
    20   partition ($LFS/bin, $LFS/usr/lib, etc...), rather than /tools, using the
     20  partition ($CLFS/bin, $CLFS/usr/lib, etc...), rather than /tools, using the
    2121  "DESTDIR" option with make. This will require the
    2222  <systemitem class="username">lfs</systemitem> user to have write access to
    23   the rest of the $LFS partition, so you will need to temporarily change the
    24   ownership of $LFS to the <systemitem class="username">lfs</systemitem> user.
     23  the rest of the $CLFS partition, so you will need to temporarily change the
     24  ownership of $CLFS to the <systemitem class="username">lfs</systemitem> user.
    2525  Run the following command as <systemitem
    2626  class="username">root</systemitem>:</para>
    2727
    28 <screen><userinput>chown -v lfs $LFS</userinput></screen>
     28<screen><userinput>chown -v lfs $CLFS</userinput></screen>
    2929
    3030</sect1>
  • BOOK/boot/common/module-init-tools.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="f"><userinput>./configure --prefix=/ \
    30     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/common/udev.xml

    r51f1397 r07114c98  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>make CROSS_COMPILE="${LFS_TARGET}-" CC="${CC}" LD="${CC}" udevdir=/dev</userinput></screen>
     29<screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC}" LD="${CC}" udevdir=/dev</userinput></screen>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/mips/colo-build.xml

    r51f1397 r07114c98  
    3434make CC=gcc
    3535cd ../..
    36 make CROSS_COMPILE="${LFS_TARGET}-" binary</userinput></screen>
     36make CROSS_COMPILE="${CLFS_TARGET}-" binary</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/mips/kernel.xml

    r51f1397 r07114c98  
    6767    xpointer="xpointer(//*[@os='ae'])"/>
    6868
    69 <screen><userinput>make ARCH=mips CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     69<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    7070
    7171    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7373    xpointer="xpointer(//*[@os='m'])"/>
    7474
    75 <screen><userinput>make ARCH=mips CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     75<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    7676
    7777    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9191    xpointer="xpointer(//*[@os='s'])"/>
    9292
    93 <screen><userinput>make ARCH=mips CROSS_COMPILE=${LFS_TARGET)- \
     93<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET)- \
    9494   INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9595
  • BOOK/boot/mips64/colo-build.xml

    r51f1397 r07114c98  
    3838make CC=gcc
    3939cd ../..
    40 make CC="${CC} ${BUILD64}" CROSS_COMPILE="${LFS_TARGET}-" binary</userinput></screen>
     40make CC="${CC} ${BUILD64}" CROSS_COMPILE="${CLFS_TARGET}-" binary</userinput></screen>
    4141
    4242    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/mips64/flags.xml

    r51f1397 r07114c98  
    1717echo export BUILDN32=\""${BUILDN32}\"" &gt;&gt; ${LFS}/root/.bash_profile
    1818echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${LFS}/root/.bash_profile
    19 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" &gt;&gt; ${LFS}/root/.bash_profile</userinput></screen>
     19echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ${LFS}/root/.bash_profile</userinput></screen>
    2020
    2121</sect1>
  • BOOK/boot/mips64/kernel.xml

    r51f1397 r07114c98  
    7171    xpointer="xpointer(//*[@os='ae'])"/>
    7272
    73 <screen><userinput>make ARCH=mips CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     73<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    7474
    7575    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7777    xpointer="xpointer(//*[@os='m'])"/>
    7878
    79 <screen><userinput>make ARCH=mips CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     79<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    8080
    8181    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9595    xpointer="xpointer(//*[@os='s'])"/>
    9696
    97 <screen><userinput>make ARCH=mips CROSS_COMPILE=${LFS_TARGET}- \
     97<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \
    9898   INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9999
  • BOOK/boot/multilib/e2fsprogs.xml

    r51f1397 r07114c98  
    4444<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    4545--enable-elf-shlibs --disable-evms \
    46 --host=${LFS_TARGET}</userinput></screen>
     46--host=${CLFS_TARGET}</userinput></screen>
    4747
    4848    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/multilib/module-init-tools.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="f"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \
    30    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     30   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/multilib/udev.xml

    r51f1397 r07114c98  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>make CROSS_COMPILE="${LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" \
     29<screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" \
    3030        udevdir=/dev</userinput></screen>
    3131
  • BOOK/boot/ppc/kernel.xml

    r51f1397 r07114c98  
    5959    xpointer="xpointer(//*[@os='ae'])"/>
    6060
    61 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     61<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    6262
    6363    <warning>
     
    7070    xpointer="xpointer(//*[@os='m'])"/>
    7171
    72 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     72<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    7373
    7474    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8888    xpointer="xpointer(//*[@os='s'])"/>
    8989
    90 <screen><userinput>make ARCH=ppc CROSS_COMPILE=${LFS_TARGET}- \
     90<screen><userinput>make ARCH=ppc CROSS_COMPILE=${CLFS_TARGET}- \
    9191   INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9292
  • BOOK/boot/ppc/mktemp.xml

    r51f1397 r07114c98  
    3535
    3636<screen os="e"><userinput>CC="${CC}" ./configure --prefix=/tools --with-libc\
    37     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     37    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc/yaboot-build.xml

    r51f1397 r07114c98  
    5252
    5353<screen><userinput>cp Makefile,{.orig}
    54 sed -e "s/\(strip \)/${LFS_TARGET}-\1/" \
     54sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
    5555    -e 's/-o root -g root//' \
    5656    Makefile.orig > Makefile</userinput></screen>
     
    6060    xpointer="xpointer(//*[@os='g'])"/>
    6161
    62 <screen><userinput>make CROSS=${LFS_TARGET}-</userinput></screen>
     62<screen><userinput>make CROSS=${CLFS_TARGET}-</userinput></screen>
    6363
    6464    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6666    xpointer="xpointer(//*[@os='i'])"/>
    6767
    68 <screen><userinput>make CROSS=${LFS_TARGET}- ROOT=/tools PREFIX= install</userinput></screen>
     68<screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=/tools PREFIX= install</userinput></screen>
    6969
    7070  </sect2>
  • BOOK/boot/ppc64/e2fsprogs.xml

    r51f1397 r07114c98  
    5656<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    5757--enable-elf-shlibs --disable-evms \
    58 --build=${LFS_HOST} --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
     58--build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
    5959
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/kernel.xml

    r51f1397 r07114c98  
    6363    xpointer="xpointer(//*[@os='ae'])"/>
    6464
    65 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     65<screen><userinput>make ARCH=powerpc 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=powerpc CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     71<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8787    xpointer="xpointer(//*[@os='s'])"/>
    8888
    89 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}- \
     89<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- \
    9090   INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9191
  • BOOK/boot/ppc64/mktemp.xml

    r51f1397 r07114c98  
    4343
    4444<screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools --with-libc\
    45     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     45    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4646
    4747    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/yaboot-build.xml

    r51f1397 r07114c98  
    5757sed -e "s/\(-print-libgcc-file-name\)/${BUILD32} \1/" \
    5858            -e "s/\(-Bstatic\)/-melf32ppclinux \1/" \
    59             -e "s/\(strip \)/${LFS_TARGET}-\1/" \
     59            -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
    6060            -e 's/-o root -g root//' \
    6161    Makefile.orig > Makefile</userinput></screen>
     
    6565    xpointer="xpointer(//*[@os='g'])"/>
    6666
    67 <screen><userinput>CFLAGS=${BUILD32} make CROSS=${LFS_TARGET}-</userinput></screen>
     67<screen><userinput>CFLAGS=${BUILD32} make CROSS=${CLFS_TARGET}-</userinput></screen>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7575    xpointer="xpointer(//*[@os='j0'])"/>
    7676
    77 <screen><userinput>make CROSS=${LFS_TARGET}- ROOT=/tools PREFIX= install 2&gt;&amp;1 | tee instlog</userinput></screen>
     77<screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=/tools PREFIX= install 2&gt;&amp;1 | tee instlog</userinput></screen>
    7878
    7979    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/sparc/kernel.xml

    r51f1397 r07114c98  
    5959    xpointer="xpointer(//*[@os='ae'])"/>
    6060
    61 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     61<screen><userinput>make ARCH=sparc CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    6262
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6565    xpointer="xpointer(//*[@os='m'])"/>
    6666
    67 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     67<screen><userinput>make ARCH=sparc CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8383    xpointer="xpointer(//*[@os='s'])"/>
    8484
    85 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${LFS_TARGET}- \
     85<screen><userinput>make ARCH=sparc CROSS_COMPILE=${CLFS_TARGET}- \
    8686   INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    8787
  • BOOK/boot/sparc/silo-build.xml

    r51f1397 r07114c98  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="aa"><userinput>make CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     37<screen os="aa"><userinput>make CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/sparc64/flags.xml

    r51f1397 r07114c98  
    1616<screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${LFS}/root/.bash_profile
    1717echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${LFS}/root/.bash_profile
    18 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" &gt;&gt; ${LFS}/root/.bash_profile</userinput></screen>
     18echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ${LFS}/root/.bash_profile</userinput></screen>
    1919
    2020</sect1>
  • BOOK/boot/sparc64/kernel.xml

    r51f1397 r07114c98  
    3939    xpointer="xpointer(//*[@os='m1'])"/>
    4040
    41 <screen><userinput>make mrproper ARCH=sparc64 CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     41<screen><userinput>make mrproper ARCH=sparc64 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    4242
    4343    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6161    xpointer="xpointer(//*[@os='ae'])"/>
    6262
    63 <screen><userinput>make ARCH=sparc64 CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     63<screen><userinput>make ARCH=sparc64 CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6767    xpointer="xpointer(//*[@os='m'])"/>
    6868
    69 <screen><userinput>make ARCH=sparc64 CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     69<screen><userinput>make ARCH=sparc64 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    7070
    7171    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8686
    8787<screen><userinput>make INSTALL_MOD_PATH=${LFS} ARCH=sparc64 \
    88    CROSS_COMPILE=${LFS_TARGET}- modules_install</userinput></screen>
     88   CROSS_COMPILE=${CLFS_TARGET}- modules_install</userinput></screen>
    8989
    9090    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • 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
  • BOOK/boot/x86_64-64/bin86.xml

    r51f1397 r07114c98  
    4848      output is not for a native system.</para>
    4949
    50 <screen os="f"><userinput>install -v -m 755 -s as/as86 /cross-tools/bin/${LFS_TARGET}-as86
    51 install -v -m 755 -s ld/ld86 /cross-tools/bin/${LFS_TARGET}-ld86</userinput></screen>
     50<screen os="f"><userinput>install -v -m 755 -s as/as86 /cross-tools/bin/${CLFS_TARGET}-as86
     51install -v -m 755 -s ld/ld86 /cross-tools/bin/${CLFS_TARGET}-ld86</userinput></screen>
    5252
    5353  </sect2>
  • BOOK/boot/x86_64/flags.xml

    r51f1397 r07114c98  
    1616<screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${LFS}/root/.bash_profile
    1717echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${LFS}/root/.bash_profile
    18 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" &gt;&gt; ${LFS}/root/.bash_profile</userinput></screen>
     18echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ${LFS}/root/.bash_profile</userinput></screen>
    1919
    2020</sect1>
  • BOOK/boot/x86_64/grub-build.xml

    r51f1397 r07114c98  
    3232
    3333<screen os="aa"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix=/usr \
    34    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     34   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3535
    3636    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/x86_64/kernel.xml

    r51f1397 r07114c98  
    6363    xpointer="xpointer(//*[@os='ae'])"/>
    6464
    65 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     65<screen><userinput>make ARCH=x86_64 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=x86_64 CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     71<screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8787    xpointer="xpointer(//*[@os='s'])"/>
    8888
    89 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${LFS_TARGET}- \
     89<screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${CLFS_TARGET}- \
    9090   INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9191
Note: See TracChangeset for help on using the changeset viewer.