Changeset 0906e3c


Ignore:
Timestamp:
07/16/2021 03:45:08 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3999c22
Parents:
9600ece (diff), f399737 (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:

Automatic merge of trunk into multilib

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9600ece r0906e3c  
    4646    -->
    4747    <listitem>
     48      <para>2021-07-15</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Remove modifications to m4 that are no longer needed.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4857      <para>2021-07-08</para>
    4958      <itemizedlist>
  • chapter06/m4.xml

    r9600ece r0906e3c  
    4343  <sect2 role="installation">
    4444    <title>Installation of M4</title>
    45 
     45<!--
    4646    <para>First, make some fixes introduced by glibc-2.28:</para>
    4747
    4848<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
    4949echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>
    50 
     50-->
    5151    <para>Prepare M4 for compilation:</para>
    5252
  • chapter08/m4.xml

    r9600ece r0906e3c  
    4040  <sect2 role="installation">
    4141    <title>Installation of M4</title>
    42 
     42<!--
    4343    <para>First, make some fixes required by glibc-2.28 and later:</para>
    4444
    4545<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
    4646echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>
    47 
     47-->
    4848    <para>Prepare M4 for compilation:</para>
    4949
Note: See TracChangeset for help on using the changeset viewer.