Changeset 148bb04 for chapter05


Ignore:
Timestamp:
09/02/2003 10:03:51 PM (21 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
cd8e54e
Parents:
40add94
Message:

Renaming /stage1 to /tools.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter05
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • chapter05/adding-user.xml

    r40add94 r148bb04  
    1515
    1616<para>Now grant this new user <emphasis>lfs</emphasis> full access to
    17 <filename class="directory">$LFS/stage1</filename> by giving it ownership
     17<filename class="directory">$LFS/tools</filename> by giving it ownership
    1818of the directory:</para>
    1919
    20 <para><screen><userinput>chown lfs $LFS/stage1</userinput></screen></para>
     20<para><screen><userinput>chown lfs $LFS/tools</userinput></screen></para>
    2121
    2222<para>Next, login as user <emphasis>lfs</emphasis>. This can be done via a
  • chapter05/bash-inst.xml

    r40add94 r148bb04  
    1111<para>Now prepare Bash for compilation:</para>
    1212
    13 <para><screen><userinput>./configure --prefix=/stage1 --with-curses</userinput></screen></para>
     13<para><screen><userinput>./configure --prefix=/tools --with-curses</userinput></screen></para>
    1414
    1515<para>Compile the program:</para>
     
    2828for a shell:</para>
    2929
    30 <para><screen><userinput>ln -s bash /stage1/bin/sh</userinput></screen></para>
     30<para><screen><userinput>ln -s bash /tools/bin/sh</userinput></screen></para>
    3131
    3232</sect2>
  • chapter05/binutils-pass1-inst.xml

    r40add94 r148bb04  
    2323
    2424<para><screen><userinput>../binutils-&binutils-version;/configure \
    25 &nbsp;&nbsp;&nbsp;&nbsp;--prefix=/stage1 --disable-nls</userinput></screen></para>
     25&nbsp;&nbsp;&nbsp;&nbsp;--prefix=/tools --disable-nls</userinput></screen></para>
    2626
    2727<para>The meaning of the configure switches:</para>
    2828
    2929<itemizedlist>
    30 <listitem><para><userinput>--prefix=/stage1</userinput>: This tells the
     30<listitem><para><userinput>--prefix=/tools</userinput>: This tells the
    3131configure script to prepare to install the Binutils programs in the
    32 <filename>/stage1</filename> directory.</para></listitem>
     32<filename>/tools</filename> directory.</para></listitem>
    3333<listitem><para><userinput>--disable-nls</userinput>: This disables
    3434internationalization (a word often shortened to i18n). We don't need this
     
    5858
    5959<para><screen><userinput>make -C ld clean
    60 make -C ld LIB_PATH=/stage1/lib</userinput></screen></para>
     60make -C ld LIB_PATH=/tools/lib</userinput></screen></para>
    6161
    6262<para><emphasis>Do not yet remove</emphasis> the Binutils build and source
  • chapter05/binutils-pass2-inst.xml

    r40add94 r148bb04  
    1111<para>Now prepare Binutils to be compiled:</para>
    1212
    13 <para><screen><userinput>../binutils-&binutils-version;/configure --prefix=/stage1 \
    14 &nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --with-lib-path=/stage1/lib</userinput></screen></para>
     13<para><screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
     14&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --with-lib-path=/tools/lib</userinput></screen></para>
    1515
    1616<para>Before starting to build Binutils, remember to unset any environment
  • chapter05/bzip2-inst.xml

    r40add94 r148bb04  
    77script. Compile and install it with a straightforward:</para>
    88
    9 <para><screen><userinput>make PREFIX=/stage1 install</userinput></screen></para>
     9<para><screen><userinput>make PREFIX=/tools install</userinput></screen></para>
    1010
    1111</sect2>
  • chapter05/chapter05.xml

    r40add94 r148bb04  
    55&c5-introduction;
    66&c5-whystatic;
    7 &c5-creatingstage1dir;
     7&c5-creatingtoolsdir;
    88&c5-addinguser;
    99&c5-settingenviron;
     
    4646symbols like this:</para>
    4747
    48 <para><screen><userinput>strip --strip-unneeded /stage1/{,s}bin/*
    49 strip --strip-debug /stage1/lib/*</userinput></screen></para>
     48<para><screen><userinput>strip --strip-unneeded /tools/{,s}bin/*
     49strip --strip-debug /tools/lib/*</userinput></screen></para>
    5050
    5151<para>The first of the above commands will skip some twenty files, reporting
     
    6060and some of the bigger unneeded programs:</para>
    6161
    62 <para><screen><userinput>rm -r /stage1/share/{doc,info,man}
    63 rm /stage1/bin/{addr2line,gprof,nm,size,strings,strip}</userinput></screen></para>
     62<para><screen><userinput>rm -r /tools/share/{doc,info,man}
     63rm /tools/bin/{addr2line,gprof,nm,size,strings,strip}</userinput></screen></para>
    6464
    6565<para>You will now need to have at least 700 MB of free space on your LFS
  • chapter05/coreutils-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Coreutils to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Compile the package:</para>
  • chapter05/creatingstage1dir.xml

    r40add94 r148bb04  
    1 <sect1 id="ch05-creatingstage1dir">
    2 <title>Creating the $LFS/stage1 directory</title>
    3 <?dbhtml filename="creatingstage1dir.html" dir="chapter05"?>
     1<sect1 id="ch05-creatingtoolsdir">
     2<title>Creating the $LFS/tools directory</title>
     3<?dbhtml filename="creatingtoolsdir.html" dir="chapter05"?>
    44
    55<para>All programs compiled in this chapter will be installed under <filename
    6 class="directory">$LFS/stage1</filename> to keep them separate from the
     6class="directory">$LFS/tools</filename> to keep them separate from the
    77programs compiled in the next chapter. The programs compiled here are only
    88temporary tools and won't be a part of the final LFS system and by keeping them
    9 in a separate directory, we can later easily throw them away. Create the
    10 required directory by running the following:</para>
     9in a separate directory, we can later easily throw them away.</para>
    1110
    12 <para><screen><userinput>mkdir $LFS/stage1</userinput></screen></para>
     11<para>If later you wish to search through the binaries of your system to see
     12what files they make use of or link against, then to make this searching easier
     13you may want to choose a unique name. Instead of the simple "tools" you could
     14use something like "tools-for-lfs".</para>
    1315
    14 <para>The next step is to create a <filename>/stage1</filename> symlink on
     16<para>Create the required directory by running the following:</para>
     17
     18<para><screen><userinput>mkdir $LFS/tools</userinput></screen></para>
     19
     20<para>The next step is to create a <filename>/tools</filename> symlink on
    1521your host system. It will point to the directory we just created on the LFS
    1622partition:</para>
    1723
    18 <para><screen><userinput>ln -s $LFS/stage1 /</userinput></screen></para>
     24<para><screen><userinput>ln -s $LFS/tools /</userinput></screen></para>
    1925
    2026<para>This symlink enables us to compile our toolchain so that it always
    21 refers to <filename>/stage1</filename>, meaning that the compiler, assembler
     27refers to <filename>/tools</filename>, meaning that the compiler, assembler
    2228and linker will work both in this chapter (when we are still using some tools
    2329from the host) <emphasis>and</emphasis> in the next (when we are chrooted to
  • chapter05/dejagnu-inst.xml

    r40add94 r148bb04  
    66<para>Prepare DejaGNU to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Build and install the package:</para>
  • chapter05/diffutils-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Diffutils to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Compile the package:</para>
  • chapter05/expect-inst.xml

    r40add94 r148bb04  
    1313<para>Now prepare Expect to be compiled:</para>
    1414
    15 <para><screen><userinput>./configure --prefix=/stage1 --with-tcl=/stage1/lib --with-x=no</userinput></screen></para>
     15<para><screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no</userinput></screen></para>
    1616
    1717<para>Build, test, and install the package:</para>
  • chapter05/findutils-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Findutils to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Compile the package:</para>
  • chapter05/gawk-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Gawk to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Compile the package:</para>
  • chapter05/gcc-pass1-inst.xml

    r40add94 r148bb04  
    2121<para>Prepare GCC to be compiled:</para>
    2222
    23 <para><screen><userinput>../gcc-&gcc-version;/configure --prefix=/stage1 \
    24 &nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/stage1 \
     23<para><screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
     24&nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/tools \
    2525&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls --enable-shared \
    2626&nbsp;&nbsp;&nbsp;&nbsp;--enable-languages=c</userinput></screen></para>
     
    2929
    3030<itemizedlist>
    31 <listitem><para><userinput>--with-local-prefix=/stage1</userinput>:  The
     31<listitem><para><userinput>--with-local-prefix=/tools</userinput>:  The
    3232purpose of this switch is to remove <filename>/usr/local/include</filename>
    3333from <userinput>gcc</userinput>'s include search path. This is not absolutely
     
    7272
    7373<para>As a finishing touch we'll create the <filename
    74 class="symlink">/stage1/bin/cc</filename> symlink. Many programs and
     74class="symlink">/tools/bin/cc</filename> symlink. Many programs and
    7575scripts run <userinput>cc</userinput> instead of <userinput>gcc</userinput>,
    7676a thing meant to keep programs generic and therefore usable on all kinds of
     
    7979C compiler to install, as long as there's a symlink pointing to it:</para>
    8080
    81 <para><screen><userinput>ln -sf gcc /stage1/bin/cc</userinput></screen></para>
     81<para><screen><userinput>ln -sf gcc /tools/bin/cc</userinput></screen></para>
    8282
    8383</sect2>
  • chapter05/gcc-pass2-inst.xml

    r40add94 r148bb04  
    2525
    2626<para>The last patch changes GCC's default location of the dynamic linker,
    27 a simple substitution of "/lib/ld-linux.so.2" with "/stage1/lib/ld-linux.so.2"
     27a simple substitution of "/lib/ld-linux.so.2" with "/tools/lib/ld-linux.so.2"
    2828in <filename>config/i386/linux.h</filename>. Patching now rather than adjusting
    2929the specs file after installation ensures that our new dynamic linker gets
     
    4141<para>Now prepare GCC to be compiled:</para>
    4242
    43 <para><screen><userinput>../gcc-&gcc-version;/configure --prefix=/stage1 \
    44 &nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/stage1 \
     43<para><screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
     44&nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/tools \
    4545&nbsp;&nbsp;&nbsp;&nbsp;--enable-clocale=gnu --enable-shared \
    4646&nbsp;&nbsp;&nbsp;&nbsp;--enable-threads=posix --enable-__cxa_atexit \
  • chapter05/gettext-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Gettext to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Compile the programs:</para>
  • chapter05/glibc-inst.xml

    r40add94 r148bb04  
    2222Fix this annoying little error with:</para>
    2323
    24 <para><screen><userinput>mkdir /stage1/etc
    25 touch /stage1/etc/ld.so.conf</userinput></screen></para>
     24<para><screen><userinput>mkdir /tools/etc
     25touch /tools/etc/ld.so.conf</userinput></screen></para>
    2626
    2727<para>Also, Glibc has a subtle problem when compiled with GCC 3.3.1.
     
    3939<para>Next, prepare Glibc to be compiled:</para>
    4040
    41 <para><screen><userinput>../glibc-&glibc-version;/configure --prefix=/stage1 \
     41<para><screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
    4242&nbsp;&nbsp;&nbsp;&nbsp;--disable-profile --enable-add-ons \
    43 &nbsp;&nbsp;&nbsp;&nbsp;--with-headers=/stage1/include \
    44 &nbsp;&nbsp;&nbsp;&nbsp;--with-binutils=/stage1/bin \
     43&nbsp;&nbsp;&nbsp;&nbsp;--with-headers=/tools/include \
     44&nbsp;&nbsp;&nbsp;&nbsp;--with-binutils=/tools/bin \
    4545&nbsp;&nbsp;&nbsp;&nbsp;--without-gd</userinput></screen></para>
    4646
     
    5555add-ons that were installed with Glibc, in our case Linuxthreads.</para></listitem>
    5656
    57 <listitem><para><userinput>--with-binutils=/stage1/bin</userinput> and
    58 <userinput>--with-headers=/stage1/include</userinput>: Strictly speaking
     57<listitem><para><userinput>--with-binutils=/tools/bin</userinput> and
     58<userinput>--with-headers=/tools/include</userinput>: Strictly speaking
    5959these switches are not required. But they ensure nothing can go wrong with
    6060regard to what kernel headers and Binutils programs get used during the
  • chapter05/grep-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Grep to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1 \
     8<para><screen><userinput>./configure --prefix=/tools \
    99&nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp --with-included-regex</userinput></screen></para>
    1010
  • chapter05/gzip-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Gzip to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Compile the package:</para>
  • chapter05/introduction.xml

    r40add94 r148bb04  
    1313
    1414<para>The files compiled in this chapter will be installed under the
    15 <filename class="directory">$LFS/stage1</filename> directory,
     15<filename class="directory">$LFS/tools</filename> directory,
    1616to keep them separate from the files installed in the next chapter.
    1717Since the packages compiled here are merely temporary, we don't want
  • chapter05/kernelheaders-inst.xml

    r40add94 r148bb04  
    2828<para>Install the platform-specific header files:</para>
    2929
    30 <para><screen><userinput>mkdir /stage1/include/asm
    31 cp include/asm/* /stage1/include/asm
    32 cp -R include/asm-generic /stage1/include</userinput></screen></para>
     30<para><screen><userinput>mkdir /tools/include/asm
     31cp include/asm/* /tools/include/asm
     32cp -R include/asm-generic /tools/include</userinput></screen></para>
    3333
    3434<para>Install the cross-platform kernel header files:</para>
    3535
    36 <para><screen><userinput>cp -R include/linux /stage1/include</userinput></screen></para>
     36<para><screen><userinput>cp -R include/linux /tools/include</userinput></screen></para>
    3737
    3838<para>There are a few kernel header files which make use of the
     
    4141failures. Create an empty <filename>autoconf.h</filename> file:</para>
    4242
    43 <para><screen><userinput>touch /stage1/include/linux/autoconf.h</userinput></screen></para>
     43<para><screen><userinput>touch /tools/include/linux/autoconf.h</userinput></screen></para>
    4444
    4545</sect2>
  • chapter05/lockingglibc.xml

    r40add94 r148bb04  
    1818<filename>/usr/lib</filename> or <filename>/usr/local/lib</filename>.
    1919From this point onwards everything will link <emphasis>only</emphasis>
    20 against the libraries in <filename>/stage1/lib</filename>.</para>
     20against the libraries in <filename>/tools/lib</filename>.</para>
    2121
    2222<para>You can now remove Binutils' build and source directories.</para>
     
    2525to the new dynamic linker. A simple sed will accomplish this:</para>
    2626   
    27 <para><screen><userinput>SPECFILE=/stage1/lib/gcc-lib/*/*/specs
    28 sed -e 's@/lib/ld.so.1@/stage1/lib/ld.so.1@g' \
    29 &nbsp;&nbsp;&nbsp;&nbsp;-e 's@/lib/ld-linux.so.2@/stage1/lib/ld-linux.so.2@g' \
     27<para><screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs
     28sed -e 's@/lib/ld.so.1@/tools/lib/ld.so.1@g' \
     29&nbsp;&nbsp;&nbsp;&nbsp;-e 's@/lib/ld-linux.so.2@/tools/lib/ld-linux.so.2@g' \
    3030&nbsp;&nbsp;&nbsp;&nbsp;$SPECFILE > tempspecfile
    3131mv tempspecfile $SPECFILE
     
    3434<para>We recommend that you cut-and-paste the above rather than try and type
    3535it all in. Or you can edit the specs file by hand if you want to: just replace
    36 "/lib/ld-linux.so.2" with "/stage1/lib/ld-linux.so.2".</para>
     36"/lib/ld-linux.so.2" with "/tools/lib/ld-linux.so.2".</para>
    3737
    3838<para>Lastly, there is a possibility that some include files from the host
     
    4242following commands to eliminate this possibility.</para>
    4343
    44 <para><screen><userinput>rm -f /stage1/lib/gcc-lib/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen></para>
     44<para><screen><userinput>rm -f /tools/lib/gcc-lib/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen></para>
    4545
    4646<para>This completes the installation of the self-contained toolchain, which
  • chapter05/make-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Make to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Compile the program:</para>
  • chapter05/ncurses-inst.xml

    r40add94 r148bb04  
    1515<para>Now prepare Ncurses to be compiled:</para>
    1616
    17 <para><screen><userinput>./configure --prefix=/stage1 --with-shared \
     17<para><screen><userinput>./configure --prefix=/tools --with-shared \
    1818&nbsp;&nbsp;&nbsp;&nbsp;--without-debug --without-ada</userinput></screen></para>
    1919
  • chapter05/patch-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Patch to be compiled:</para>
    77
    8 <para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>The preprocessor flag <userinput>-D_GNU_SOURCE</userinput> is only needed
  • chapter05/perl-inst.xml

    r40add94 r148bb04  
    1414<para>Now prepare Perl for compilation:</para>
    1515
    16 <para><screen><userinput>./configure.gnu --prefix=/stage1</userinput></screen></para>
     16<para><screen><userinput>./configure.gnu --prefix=/tools</userinput></screen></para>
    1717
    1818<para>Compile only the required tools:</para>
     
    2222<para>Then copy these tools and their libraries:</para>
    2323
    24 <para><screen><userinput>cp perl pod/pod2man /stage1/bin
    25 mkdir -p /stage1/lib/perl5/5.8.0
    26 cp -R lib/* /stage1/lib/perl5/5.8.0</userinput></screen></para>
     24<para><screen><userinput>cp perl pod/pod2man /tools/bin
     25mkdir -p /tools/lib/perl5/5.8.0
     26cp -R lib/* /tools/lib/perl5/5.8.0</userinput></screen></para>
    2727
    2828</sect2>
  • chapter05/sed-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Sed to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Compile the program:</para>
  • chapter05/setting-environment.xml

    r40add94 r148bb04  
    1111LFS=/mnt/lfs
    1212LC_ALL=POSIX
    13 PATH=/stage1/bin:$PATH
     13PATH=/tools/bin:$PATH
    1414export LFS LC_ALL PATH
    1515EOF
     
    4343everything will work as expected in the chroot environment.</para>
    4444
    45 <para>We prepend <filename>/stage1/bin</filename> to the standard PATH so
     45<para>We prepend <filename>/tools/bin</filename> to the standard PATH so
    4646that, as we move along through this chapter, the tools we build will get used
    4747during the rest of the building process.</para>
  • chapter05/tar-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Tar to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Compile the programs:</para>
  • chapter05/tcl-inst.xml

    r40add94 r148bb04  
    1212
    1313<para><screen><userinput>cd unix
    14 ./configure --prefix=/stage1</userinput></screen></para>
     14./configure --prefix=/tools</userinput></screen></para>
    1515
    1616<para>Build, test, and install the package:</para>
     
    2525
    2626<para>Make a link:</para>
    27 <para><screen><userinput>ln -s tclsh8.4 /stage1/bin/tclsh</userinput></screen></para>
     27<para><screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen></para>
    2828
    2929<caution><para><emphasis>Do not remove</emphasis> the
  • chapter05/texinfo-inst.xml

    r40add94 r148bb04  
    66<para>Prepare Texinfo to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
    99
    1010<para>Compile the programs:</para>
  • chapter05/utillinux-inst.xml

    r40add94 r148bb04  
    2020<para>Now copy these programs to the temporary tools directory:</para>
    2121
    22 <para><screen><userinput>cp mount/{,u}mount text-utils/more /stage1/bin</userinput></screen></para>
     22<para><screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen></para>
    2323
    2424</sect2>
Note: See TracChangeset for help on using the changeset viewer.