Changeset f399737
- Timestamp:
- 07/15/2021 05:30:07 PM (12 months ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, arm, ml-11.0, multilib, trunk, xry111/clfs-ng, xry111/glibc-2.34, xry111/lfs-next, xry111/tester-nohack
- Children:
- 0906e3c, ac9f395
- Parents:
- 176404f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r176404f rf399737 44 44 --> 45 45 <listitem> 46 <para>2021-07-15</para> 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Remove modifications to m4 that are no longer needed.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 46 55 <para>2021-07-08</para> 47 56 <itemizedlist> -
chapter06/m4.xml
r176404f rf399737 43 43 <sect2 role="installation"> 44 44 <title>Installation of M4</title> 45 45 <!-- 46 46 <para>First, make some fixes introduced by glibc-2.28:</para> 47 47 48 48 <screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c 49 49 echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> 50 50 --> 51 51 <para>Prepare M4 for compilation:</para> 52 52 -
chapter08/m4.xml
r176404f rf399737 40 40 <sect2 role="installation"> 41 41 <title>Installation of M4</title> 42 42 <!-- 43 43 <para>First, make some fixes required by glibc-2.28 and later:</para> 44 44 45 45 <screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c 46 46 echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> 47 47 --> 48 48 <para>Prepare M4 for compilation:</para> 49 49
Note:
See TracChangeset
for help on using the changeset viewer.