Changeset d8389f5 for temp-system/common


Ignore:
Timestamp:
Feb 21, 2006, 2:23:45 AM (19 years ago)
Author:
Jim Gifford <clfs@…>
Children:
58b5286
Parents:
4bb4145f
Message:

r1148@server (orig r1146): chris | 2006-02-05 23:41:48 -0800
Changed the wording in the temp-system gettext installation, and moved the text about why binutils must be the first package installed to a more appropriate location

Location:
temp-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp-system/common/binutils.xml

    r4bb4145f rd8389f5  
    2222  <sect2 role="installation">
    2323    <title>Installation of Binutils</title>
    24 
    25     <para os="da">It is important that Binutils be the first package compiled
    26     because both Glibc and GCC perform various tests on the available
    27     linker and assembler to determine which of their own features to
    28     enable.</para>
    2924
    3025    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • temp-system/common/gettext.xml

    r4bb4145f rd8389f5  
    4747    </variablelist>
    4848
    49     <para os="f">Compile the package:</para>
     49    <para os="f">Only one program in the Gettext package needs to be
     50    built:</para>
    5051
    5152<screen os="g"><userinput>make -C lib
    5253make -C src msgfmt</userinput></screen>
    5354
    54     <para os="h">Install the package:</para>
     55    <para os="h">Install the <command>msgfmt</command> binary:/para>
    5556
    5657<screen os="i"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.