Changeset acb3c1f


Ignore:
Timestamp:
08/10/2023 02:32:58 PM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1
Children:
3b48844
Parents:
da584239 (diff), f0b518a (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.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rda584239 racb3c1f  
    139139    <para>Remove useless static libraries:</para>
    140140
    141 <screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a</userinput></screen>
     141<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,gprofng,opcodes,sframe}.a</userinput></screen>
    142142
    143143  </sect2>
     
    154154        <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, nm,
    155155        objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
    156         <seg>libbfd.so, libctf.so, libctf-nobfd.so, libopcodes.so, and libsframe.so</seg>
     156        <seg>libbfd.so, libctf.so, libctf-nobfd.so, libgprofng.so,
     157        libopcodes.so, and libsframe.so</seg>
    157158        <seg>/usr/lib/ldscripts</seg>
    158159      </seglistitem>
     
    391392      </varlistentry>
    392393
     394      <varlistentry id="libgprofng">
     395        <term><filename class="libraryfile">libgprofng</filename></term>
     396        <listitem>
     397          <para>A library containing most routines used by
     398          <command>gprofng</command></para>
     399          <indexterm zone="ch-system-binutils libgprofng">
     400            <primary sortas="c-libgprofng">libgprofng</primary>
     401          </indexterm>
     402        </listitem>
     403      </varlistentry>
     404
    393405      <varlistentry id="libopcodes">
    394406        <term><filename class="libraryfile">libopcodes</filename></term>
  • chapter08/coreutils.xml

    rda584239 racb3c1f  
    117117    user <systemitem class="username">tester</systemitem> a part of it:</para>
    118118
    119 <screen><userinput remap="test">echo "dummy:x:102:tester" &gt;&gt; /etc/group</userinput></screen>
     119<screen><userinput remap="test">groupadd -g 102 dummy -U tester</userinput></screen>
    120120
    121121    <para>Fix some of the permissions so that the non-&root; user can
     
    135135    <para>Remove the temporary group:</para>
    136136
    137 <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen>
     137<screen><userinput remap="test">groupdel dummy</userinput></screen>
     138
    138139    <para>Install the package:</para>
    139140
  • chapter08/gawk.xml

    rda584239 racb3c1f  
    6262<screen><userinput remap="install">make LN='ln -f' install</userinput></screen>
    6363
    64     <para>The installation process already created <command>awk</command>
    65     as a symlink to <command>gawk</command>, create its man page as a
    66     symlink as well:</para>
    67 
    68 <screen><userinput remap="install">ln -sv gawk.1 /usr/share/man/man1/awk.1</userinput></screen>
    69 
    7064    <variablelist>
    7165      <title>The meaning of the overridden make variable:</title>
     
    7973      </varlistentry>
    8074   </variablelist>
     75
     76    <para>The installation process already created <command>awk</command>
     77    as a symlink to <command>gawk</command>, create its man page as a
     78    symlink as well:</para>
     79
     80<screen><userinput remap="install">ln -sv gawk.1 /usr/share/man/man1/awk.1</userinput></screen>
    8181
    8282    <para>If desired, install the documentation:</para>
  • chapter08/ncurses.xml

    rda584239 racb3c1f  
    159159    <para>If desired, install the Ncurses documentation:</para>
    160160
    161 <screen><userinput remap="install">mkdir -pv      /usr/share/doc/ncurses-&ncurses-version;
    162 cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
     161<screen><userinput remap="install">cp -v -R doc -T /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
    163162
    164163    <note>
Note: See TracChangeset for help on using the changeset viewer.