Ignore:
Timestamp:
Feb 21, 2006, 2:27:39 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
e63113c
Parents:
287d7b9
Message:

r1167@server (orig r1165): chris | 2006-02-11 08:13:02 -0800
Added -v to commands in the rest of the book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/gcc.xml

    r287d7b9 rdd9906e  
    5353    directory in a dedicated build directory:</para>
    5454
    55 <screen os="g"><userinput>mkdir ../gcc-build
     55<screen os="g"><userinput>mkdir -v ../gcc-build
    5656cd ../gcc-build</userinput></screen>
    5757
     
    9999    To support those packages, create this symlink:</para>
    100100
    101 <screen os="v"><userinput>ln -s ../usr/bin/cpp /lib</userinput></screen>
     101<screen os="v"><userinput>ln -sv ../usr/bin/cpp /lib</userinput></screen>
    102102
    103103    <para os="w">Many packages use the name <command>cc</command> to call the C
    104104    compiler. To satisfy those packages, create a symlink:</para>
    105105
    106 <screen os="x"><userinput>ln -s gcc /usr/bin/cc</userinput></screen>
     106<screen os="x"><userinput>ln -sv gcc /usr/bin/cc</userinput></screen>
    107107
    108108  </sect2>
Note: See TracChangeset for help on using the changeset viewer.