Changeset c5f16ca
- Timestamp:
- 01/27/2019 11:08:32 AM (6 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 816b85c
- Parents:
- d3c9936
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rd3c9936 rc5f16ca 44 44 --> 45 45 46 <listitem> 47 <para>2019-01-27</para> 48 <itemizedlist> 49 <listitem> 50 <para>[pierre] - Fix a bug introduced in tar-1.31, by adding 51 a sed to the build instructions. Also remove an obsolete comment 52 about a failing test.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 46 57 <listitem revision="systemd"> 47 58 <para>2019-01-20</para> -
chapter06/tar.xml
rd3c9936 rc5f16ca 40 40 <sect2 role="installation"> 41 41 <title>Installation of Tar</title> 42 <!-- 43 <para> Add a program that generates a man page for tar from the source code:</para>42 43 <para>Fix a bug introduced in tar-1.31:</para> 44 44 45 <screen><userinput remap="pre"> patch -Np1 -i ../&tar-manpage-patch;</userinput></screen>46 --> 45 <screen><userinput remap="pre">sed -i 's/abort.*/FALLTHROUGH;/' src/extract.c</userinput></screen> 46 47 47 <para>Prepare Tar for compilation:</para> 48 48 … … 73 73 <screen><userinput remap="test">make check</userinput></screen> 74 74 75 <!-- Seems to pass for version 1.31. Keeping as a comment just in case... 75 76 <para>One test, link mismatch, is known to fail.</para> 77 --> 76 78 77 79 <para>Install the package:</para> -
general.ent
rd3c9936 rc5f16ca 1 <!ENTITY version "SVN-2019012 0">1 <!ENTITY version "SVN-20190127"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2019012 0-systemd">6 <!ENTITY versiond "20190127-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "January 2 0, 2019">10 <!ENTITY releasedate "January 27, 2019"> 11 11 12 12 <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
Note:
See TracChangeset
for help on using the changeset viewer.