Changeset 0678bd4 for chapter05


Ignore:
Timestamp:
03/02/2023 03:16:03 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
5c3ffcb9
Parents:
985d253 (diff), 55a4043 (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/clfs-ng

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r985d253 r0678bd4  
    207207    in normal circumstances:</para>
    208208
     209    <note>
     210      <para>The command below shows an example of nested command substitution
     211      using two methods: backquotes and a <literal>$()</literal> construct.
     212      It could be rewritten using the same method for both substitutions,
     213      but is shown this way to demonstrate how they can be mixed.  Generally
     214      the <literal>$()</literal> method is preferred.</para>
     215    </note>
     216
    209217<screen><userinput remap="install">cd ..
    210218cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
  • chapter05/glibc.xml

    r985d253 r0678bd4  
    6767    </note>
    6868
    69     <para>Fix an issue building Glibc with parallel jobs and make-4.4
    70     or later:</para>
    71 
    72 <screen><userinput remap="pre">sed '/MAKEFLAGS :=/s/)r/) -r/' -i Makerules</userinput></screen>
    73 
    7469    <para>Some of the Glibc programs use the non-FHS-compliant
    7570    <filename class="directory">/var/db</filename> directory to store their
Note: See TracChangeset for help on using the changeset viewer.