- Timestamp:
- Jun 18, 2006, 8:59:11 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- c0c7dbe2
- Parents:
- ce8626b
- Location:
- BOOK
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/mips/mktemp.xml
rce8626b r0c037b3 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 31 32 <para os="p1">This patch updates <filename>config.guess</filename> and 33 <filename>config.sub</filename> for MIPS processors.</para> 32 <para os="p1">The configure files in this package do not recognise all 33 of the machines supported by CLFS. This patch updates <filename>config.guess</filename> 34 and <filename>config.sub</filename> for other processors.</para> 34 35 35 <screen os="p2"><userinput>patch -Np1 -i ../&mktemp- mips_update-patch;</userinput></screen>36 <screen os="p2"><userinput>patch -Np1 -i ../&mktemp-update-patch;</userinput></screen> 36 37 37 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/ppc64/mktemp.xml
rce8626b r0c037b3 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 31 32 < para>This is an old package, and its config scripts do not recognise33 powerpc64. We have already installed suitably recent scripts, so we can34 use those to assist.</para>32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../mips/mktemp.xml" 34 xpointer="xpointer(//*[@os='p1'])"/> 35 35 36 <screen><userinput>cp -v /usr/share/&automake-directory;/config.{guess,sub} .</userinput></screen> 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../mips/mktemp.xml" 38 xpointer="xpointer(//*[@os='p2'])"/> 37 39 38 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/general.ent
rce8626b r0c037b3 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "SVN-2006061 4">3 <!ENTITY version "SVN-20060618"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 16 16 <!ENTITY version-alpha "&version;-ALPHA"> 17 17 18 <!ENTITY releasedate "June 1 4, 2006">18 <!ENTITY releasedate "June 18, 2006"> 19 19 <!ENTITY milestone "0.1"> 20 20 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
BOOK/introduction/ppc64/changelog.xml
rce8626b r0c037b3 35 35 36 36 <listitem> 37 <para>June 18, 2006</para> 38 <itemizedlist> 39 <listitem> 40 <para>[ken] - Use the mktemp_configure patch, originally from mips, 41 instead of updating config.{guess,sub} from installed versions.</para> 42 </listitem> 43 </itemizedlist> 44 </listitem> 45 46 <listitem> 37 47 <para>June 8, 2006</para> 38 48 <itemizedlist> -
BOOK/materials/mips/patches.xml
rce8626b r0c037b3 71 71 </varlistentry> 72 72 73 <varlistentry os="mktemp- mips_update-patch">74 <term>Mktemp Config Update Patch - <token>&mktemp- mips_update-patch-size;</token>:</term>73 <varlistentry os="mktemp-update-patch"> 74 <term>Mktemp Config Update Patch - <token>&mktemp-update-patch-size;</token>:</term> 75 75 <listitem> 76 76 <para>Download: <ulink 77 url="&patches-root;mktemp/&mktemp- mips_update-patch;"/></para>78 <para>MD5 sum: <literal>&mktemp- mips_update-patch-md5;</literal></para>77 url="&patches-root;mktemp/&mktemp-update-patch;"/></para> 78 <para>MD5 sum: <literal>&mktemp-update-patch-md5;</literal></para> 79 79 </listitem> 80 80 </varlistentry> -
BOOK/materials/mips64-64/patches.xml
rce8626b r0c037b3 51 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 52 52 href="../mips/patches.xml" 53 xpointer="xpointer(//*[@os='mktemp- mips_update-patch'])"/>53 xpointer="xpointer(//*[@os='mktemp-update-patch'])"/> 54 54 55 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/materials/mips64/patches.xml
rce8626b r0c037b3 55 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 56 href="../mips/patches.xml" 57 xpointer="xpointer(//*[@os='mktemp- mips_update-patch'])"/>57 xpointer="xpointer(//*[@os='mktemp-update-patch'])"/> 58 58 59 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/materials/ppc64/patches.xml
rce8626b r0c037b3 30 30 xpointer="xpointer(//*[@os='gcc-specs-patch'])"/> 31 31 32 <varlistentry os="mktemp-update-patch"> 33 <term>Mktemp Config Update Patch - <token>&mktemp-update-patch-size;</token>:</term> 34 <listitem> 35 <para>Download: <ulink 36 url="&patches-root;mktemp/&mktemp-update-patch;"/></para> 37 <para>MD5 sum: <literal>&mktemp-update-patch-md5;</literal></para> 38 </listitem> 39 </varlistentry> 40 32 41 <varlistentry> 33 42 <term>Powerpc-utils_(&powerpcutils-version;) Fixes Patch - <token>&powerpcutils64-patch-size;</token>:</term> -
BOOK/patches.ent
rce8626b r0c037b3 189 189 <!ENTITY linux-mips-patch-size "864 KB"> 190 190 191 <!ENTITY mktemp-mips_update-patch "mktemp-&mktemp-version;-mips_config_update-1.patch"> 192 <!ENTITY mktemp-mips_update-patch-md5 "2eab6432dbf4d4447b85435363c6a557"> 193 <!ENTITY mktemp-mips_update-patch-size "56 KB"> 191 <!-- this is also used for ppc64 --> 192 <!ENTITY mktemp-update-patch "mktemp-&mktemp-version;-config_update-1.patch"> 193 <!ENTITY mktemp-update-patch-md5 "2eab6432dbf4d4447b85435363c6a557"> 194 <!ENTITY mktemp-update-patch-size "56 KB"> 194 195 195 196 <!ENTITY module-init-tools-mips_update-patch "module-init-tools-&module-init-tools-version;-mips_config_update-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.