Changeset 264174f in clfs-sysroot


Ignore:
Timestamp:
Jan 31, 2009, 7:07:18 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
c2e251c
Parents:
0566c2a
Message:

bzip2 changes from trunk.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bzip2.xml

    r0566c2a r264174f  
    3535sed -e "/^all:/s/ test//" Makefile.orig &gt; Makefile</userinput></screen>
    3636
     37    <para os="s3">By default Bzip2 creates some symlinks that use absolute
     38    pathnames. The following sed will cause them to be created with relative
     39    paths instead:</para>
     40
     41<screen os="s4"><userinput>sed -i -e 's:ln -s -f $(PREFIX)/bin/:ln -s :' Makefile</userinput></screen>
     42
    3743    <para os="a">The Bzip2 package does not contain a <command>configure</command>
    3844    script. Compile it with:</para>
     
    7682
    7783      <seglistitem>
    78         <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff,
    79         bzegrep, bzfgrep, bzgrep, bzip2, bzip2recover, bzless, and bzmore</seg>
     84        <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to
     85        bzdiff), bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep),
     86        bzgrep, bzip2, bzip2recover, bzless (link to bzmore), and bzmore</seg>
    8087        <seg>libbz2.a, libbz2.so (link to libbz2.so.1.0), libbz2.so.1.0 (link to
    8188        libbz2.so.&bzip2-version;), and libbz2.so.&bzip2-version;</seg>
  • BOOK/introduction/common/changelog.xml

    r0566c2a r264174f  
    4040      <para>Janurary 31, 2009</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Change hard-links to relative-links in
     44          bzip2.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[jciccone] - Updated Udev to 137. Fixed nagging uucp group
Note: See TracChangeset for help on using the changeset viewer.