Changeset 6a72404
- Timestamp:
- 06/10/2021 03:45:09 AM (3 years ago)
- Branches:
- ml-11.0, multilib, xry111/multilib
- Children:
- dd79d3f
- Parents:
- f780602 (diff), 9c3ce2a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rf780602 r6a72404 45 45 appropriate for the entry or if needed the entire day's listitem. 46 46 --> 47 <listitem> 48 <para>2021-06-09</para> 49 <itemizedlist> 50 <listitem> 51 <para>[ken] - For consistency, make the cpp link in /usr/lib. 52 </para> 53 </listitem> 54 <listitem> 55 <para>[ken] - Install iproute2 programs in /usr/sbin for 56 consistency.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 60 47 61 <listitem revision="sysv"> 48 62 <para>2021-06-08</para> -
chapter08/gcc.xml
rf780602 r6a72404 186 186 for "historical" reasons.</para> 187 187 188 <screen><userinput remap="install">ln -svr /usr/bin/cpp / lib</userinput></screen>188 <screen><userinput remap="install">ln -svr /usr/bin/cpp /usr/lib</userinput></screen> 189 189 <!-- already done earlier 190 190 <para>Many packages use the name <command>cc</command> to call the C -
chapter08/iproute2.xml
rf780602 r6a72404 76 76 <para>Install the package:</para> 77 77 78 <screen><userinput remap="install">make install</userinput></screen>78 <screen><userinput remap="install">make SBINDIR=/usr/sbin install</userinput></screen> 79 79 80 80 <para>If desired, install the documentation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.