Changeset 83ce6e3 for chapter05


Ignore:
Timestamp:
02/28/2023 03:48:28 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
0d4f1b4
Parents:
0cbb853 (diff), e122d24 (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 branch 'trunk' into xry111/arm64

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

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

    r0cbb853 r83ce6e3  
    4343  <sect2 role="installation">
    4444    <title>Installation of Glibc</title>
    45 
    46     <para>Fix an issue building Glibc with parallel jobs and make-4.4
    47     or later:</para>
    48 
    49 <screen><userinput remap="pre">sed '/MAKEFLAGS :=/s/)r/) -r/' -i Makerules</userinput></screen>
    5045
    5146    <para>Some of the Glibc programs use the non-FHS-compliant
Note: See TracChangeset for help on using the changeset viewer.