Changeset 0deb83a
- Timestamp:
- May 13, 2017, 10:03:50 PM (8 years ago)
- Branches:
- sysvinit
- Children:
- 1588a15
- Parents:
- f20ba9e
- git-author:
- William Harrington <kb0iic@…> (05/13/17 22:01:45)
- git-committer:
- William Harrington <kb0iic@…> (05/13/17 22:03:50)
- Files:
-
- 3 added
- 3 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
rf20ba9e r0deb83a 29 29 30 30 <screen os="s2"><userinput>sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in</userinput></screen> 31 32 <para os="s3">Adjust the source to build with the included GNULIB code:"</para> 33 <screen os="s4"><userinput>sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen> 31 34 32 35 <para os="a">Prepare Diffutils for compilation:</para> -
BOOK/final-system/multilib/diffutils.xml
rf20ba9e r0deb83a 29 29 href="../common/diffutils.xml" 30 30 xpointer="xpointer(//*[@os='s2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/diffutils.xml" 34 xpointer="xpointer(//*[@os='s3'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/diffutils.xml" 38 xpointer="xpointer(//*[@os='s4'])"/> 31 39 32 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
rf20ba9e r0deb83a 37 37 --> 38 38 <listitem> 39 <para>13 May 2017</para> 40 <itemizedlist> 41 <listitem> 42 <para>[William Harrington] - Upgrade GCC to 7.1.0. Fixes 43 ticket <ulink url="&clfs-ticket-root;1114">#1114.</ulink></para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 39 49 <para>10 May 2017</para> 40 50 <itemizedlist> -
BOOK/packages.ent
rf20ba9e r0deb83a 160 160 <!ENTITY gawk-home "&gnu-software;gawk"> 161 161 162 <!ENTITY gcc-version " 5.3.0">163 <!ENTITY gcc-size " 95,442KB">162 <!ENTITY gcc-version "7.1.0"> 163 <!ENTITY gcc-size "84,304 KB"> 164 164 <!ENTITY gcc-url "ftp://gcc.gnu.org/pub/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 165 <!ENTITY gcc-md5 " c9616fd448f980259c31de613e575719">165 <!ENTITY gcc-md5 "6bf56a2bca9dac9dbbf8e8d1036964a8"> 166 166 <!ENTITY gcc-home "http://gcc.gnu.org"> 167 167 -
BOOK/patches.ent
rf20ba9e r0deb83a 28 28 29 29 <!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch"> 30 <!ENTITY gcc-specs-patch-md5 " f89a424f5ebbe676cf78e7c1b1ad1284">31 <!ENTITY gcc-specs-patch-size "2 0KB">30 <!ENTITY gcc-specs-patch-md5 "9f4efe1ae2cb46e6ad41b2ba2a24e5d8"> 31 <!ENTITY gcc-specs-patch-size "21 KB"> 32 32 33 33 <!--GCC Branch Update Area … … 87 87 88 88 <!ENTITY gcc-pure64-patch "gcc-&gcc-version;-pure64-1.patch"> 89 <!ENTITY gcc-pure64-patch-md5 " 468413f9a1fce66ef167ca9230eb1a23">90 <!ENTITY gcc-pure64-patch-size " 38KB">89 <!ENTITY gcc-pure64-patch-md5 "5dd40881cfdc18efecb70a8e024b5fc0"> 90 <!ENTITY gcc-pure64-patch-size "9.124 KB"> 91 91 92 92 <!ENTITY gcc-specs_pure64-patch "gcc-&gcc-version;-pure64_specs-1.patch"> 93 <!ENTITY gcc-specs_pure64-patch-md5 " e65af28940319b5624a41849de4bfd6b">94 <!ENTITY gcc-specs_pure64-patch-size " 30 KB">93 <!ENTITY gcc-specs_pure64-patch-md5 "4450a0fa28ec9454df8c229d4c194720"> 94 <!ENTITY gcc-specs_pure64-patch-size "20 KB"> 95 95 96 96 <!-- Start of mips/mips64 patches --> -
BOOK/temp-system/common/diffutils.xml
rf20ba9e r0deb83a 22 22 <sect2 role="installation"> 23 23 <title>Installation of Diffutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../final-system/common/diffutils.xml" 27 xpointer="xpointer(//*[@os='s3'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/common/diffutils.xml" 31 xpointer="xpointer(//*[@os='s4'])"/> 24 32 25 33 <para os="a">Prepare Diffutils for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.