Changeset 996dcd2


Ignore:
Timestamp:
Jun 18, 2006, 8:59:11 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
370b16d
Parents:
70f95ff
Message:

r3949@server (orig r1776): ken | 2006-06-18 08:12:31 -0700
Rename the mktemp mips_config_update, and use it in ppc64.

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • final-system/mips/mktemp.xml

    r70f95ff r996dcd2  
    3030    xpointer="xpointer(//*[@os='b'])"/>
    3131
    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>
    3435
    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>
    3637
    3738    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • final-system/ppc64/mktemp.xml

    r70f95ff r996dcd2  
    3030    xpointer="xpointer(//*[@os='b'])"/>
    3131
    32     <para>This is an old package, and its config scripts do not recognise
    33     powerpc64.  We have already installed suitably recent scripts, so we can
    34     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'])"/>
    3535
    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'])"/>
    3739
    3840    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • general.ent

    r70f95ff r996dcd2  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "SVN-20060614">
     3<!ENTITY version "SVN-20060618">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "June 14, 2006">
     18<!ENTITY releasedate "June 18, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • introduction/ppc64/changelog.xml

    r70f95ff r996dcd2  
    3535
    3636    <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>
    3747      <para>June 8, 2006</para>
    3848      <itemizedlist>
  • materials/mips/patches.xml

    r70f95ff r996dcd2  
    7171    </varlistentry>
    7272
    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>
    7575      <listitem>
    7676        <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>
    7979      </listitem>
    8080    </varlistentry>
  • materials/mips64-64/patches.xml

    r70f95ff r996dcd2  
    5151    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5252    href="../mips/patches.xml"
    53     xpointer="xpointer(//*[@os='mktemp-mips_update-patch'])"/>
     53    xpointer="xpointer(//*[@os='mktemp-update-patch'])"/>
    5454
    5555    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • materials/mips64/patches.xml

    r70f95ff r996dcd2  
    5555    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5656    href="../mips/patches.xml"
    57     xpointer="xpointer(//*[@os='mktemp-mips_update-patch'])"/>
     57    xpointer="xpointer(//*[@os='mktemp-update-patch'])"/>
    5858
    5959    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • materials/ppc64/patches.xml

    r70f95ff r996dcd2  
    3030    xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
    3131
     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
    3241    <varlistentry>
    3342      <term>Powerpc-utils_(&powerpcutils-version;) Fixes Patch - <token>&powerpcutils64-patch-size;</token>:</term>
  • patches.ent

    r70f95ff r996dcd2  
    189189<!ENTITY linux-mips-patch-size "864 KB">
    190190
    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">
    194195
    195196<!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.