Ignore:
Timestamp:
Feb 21, 2006, 2:18:26 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
de6bc65
Parents:
62c1c5dd
Message:

r1116@server (orig r1114): chris | 2006-01-30 22:35:31 -0800
Started adding -v to commands that accept it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-preps/creatingcrossdir.xml

    r62c1c5dd r987edf2b  
    2121  <systemitem class="username">root</systemitem>:</para>
    2222
    23 <screen><userinput>install -d $LFS/cross-tools</userinput></screen>
     23<screen><userinput>install -dv $LFS/cross-tools</userinput></screen>
    2424
    2525  <para>The next step is to create a <filename
     
    2828  Run this command as  <systemitem class="username">root</systemitem> as well:</para>
    2929
    30 <screen><userinput>ln -s $LFS/cross-tools /</userinput></screen>
     30<screen><userinput>ln -sv $LFS/cross-tools /</userinput></screen>
    3131
    3232  <para>The created symlink enables the toolchain to be compiled so that
Note: See TracChangeset for help on using the changeset viewer.