Changeset 6243780 for chapter08/gcc.xml


Ignore:
Timestamp:
04/28/2021 10:20:26 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/usr-move
Children:
f73de5ec
Parents:
6134551
Message:

gcc: simplify /lib/cpp creation, making it applicable for both sysv and systemd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r6134551 r6243780  
    165165    for "historical" reasons.</para>
    166166
    167 <screen><userinput remap="install">ln -sv ../usr/bin/cpp /lib</userinput></screen>
     167<screen><userinput remap="install">ln -svr /usr/bin/cpp /lib</userinput></screen>
    168168  <!-- already done earlier
    169169    <para>Many packages use the name <command>cc</command> to call the C
Note: See TracChangeset for help on using the changeset viewer.