Changeset 6eb4900


Ignore:
Timestamp:
Feb 21, 2006, 2:30:42 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
9ccba59
Parents:
01a7a8f
Message:

r1178@server (orig r1176): chris | 2006-02-13 19:58:07 -0800
More minor text updates, including reverting the change to gzip's symlink creation

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/multilib/glibc.xml

    r01a7a8f r6eb4900  
    7474        <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD32}"</parameter></term>
    7575        <listitem>
    76           <para>Forces GLIBC to utilize our target architecture GCC utilizing
    77           the 32 BIT flags.</para>
     76          <para>Forces Glibc to utilize our target architecture GCC utilizing
     77          the 32 Bit flags.</para>
    7878        </listitem>
    7979      </varlistentry>
  • final-system/alpha/aboot.xml

    r01a7a8f r6eb4900  
    1818    <title/>
    1919
    20     <para>The aboot package contains the Alpha Bootloder.</para>
     20    <para>The aboot package contains the Alpha Bootloader.</para>
    2121
    2222    <segmentedlist>
     
    3434    <title>Installation of aboot</title>
    3535
    36     <para os="aa">The following patches addresses build issues with GCC 4.x:</para>
     36    <para os="aa">The following patch addresses build issues with GCC &gcc-version;:</para>
    3737
    3838<screen os="ab"><userinput>patch -Np1 -i ../&aboot-alpha-patch;</userinput></screen>
  • final-system/common/gzip.xml

    r01a7a8f r6eb4900  
    6969<screen os="k"><userinput>mv -v /usr/bin/gzip /bin
    7070rm -v /usr/bin/{gunzip,zcat}
    71 ln -sv gzip /bin/{gunzip,zcat,compress}
     71ln -sv gzip /bin/gunzip
     72ln -sv gzip /bin/zcat
     73ln -sv gzip /bin/compress
    7274ln -sv gunzip /bin/uncompress</userinput></screen>
    7375
  • final-system/common/inetutils.xml

    r01a7a8f r6eb4900  
    4141<screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
    4242
    43     <para os="p3">This patch addresses build issues with GCC 4.x:</para>
     43    <para os="p3">This patch addresses build issues with GCC &gcc-version;:</para>
    4444
    4545<screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen>
  • final-system/common/udev.xml

    r01a7a8f r6eb4900  
    5656    program:</para>
    5757
    58     <para os="e"><userinput>sed -i 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></para>
     58    <screen os="e"><userinput>sed -i 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen>
    5959
    6060    <para os="f">To test the results, issue:
Note: See TracChangeset for help on using the changeset viewer.