Changeset 4ebf97c


Ignore:
Timestamp:
11/11/2005 08:44:53 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c45b780
Parents:
221ae46
Message:

Omit running Bzip2's testsuite as a separate step

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r221ae46 r4ebf97c  
    115115</listitem>
    116116
     117<listitem><para>November 11, 2005 [matt]: Omit running Bzip2's testsuite as a
     118separate step, as <command>make</command> runs it automatically (bug 1652).
     119</para></listitem>
     120
    117121<listitem><para>November 7, 2005 [matt]: Install the binaries from Less to
    118122/usr/bin instead of /bin (fixes bug 1643).</para></listitem>
  • chapter05/bzip2.xml

    r221ae46 r4ebf97c  
    2929
    3030<para>The Bzip2 package does not contain a <command>configure</command>
    31 script. Compile it with:</para>
     31script. Compile and test it with:</para>
    3232
    3333<screen><userinput>make</userinput></screen>
    34 
    35 <para>To test the results, issue: <userinput>make test</userinput>.</para>
    3634
    3735<para>Install the package:</para>
  • chapter06/bzip2.xml

    r221ae46 r4ebf97c  
    5353utilities against it.</para>
    5454
    55 <para>Compile the package:</para>
     55<para>Compile and test the package:</para>
    5656
    5757<screen><userinput>make</userinput></screen>
    58 
    59 <para>To test the results, issue:
    60 <userinput>make test</userinput>.</para>
    6158
    6259<para>If reinstalling Bzip2, perform
  • general.ent

    r221ae46 r4ebf97c  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20051110">
    3 <!ENTITY releasedate "November 10, 2005">
     2<!ENTITY version "SVN-20051111">
     3<!ENTITY releasedate "November 11, 2005">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.