Changeset 400ae369


Ignore:
Timestamp:
11/12/2005 09:40:14 AM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1.1
Children:
f30e12dd
Parents:
e6a8f74
Message:

Omit running Bzip2's testsuite as a separate step

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re6a8f74 r400ae369  
    4242</itemizedlist>
    4343</listitem>
     44
     45<listitem><para>November 12, 2005 [matt]: Omit running Bzip2's testsuite as a
     46separate step, as <command>make</command> runs it automatically (bug 1652).
     47</para></listitem>
    4448
    4549<listitem><para>November 7, 2005 [matt]: Stop Udev from killing udevd processes
  • chapter05/bzip2.xml

    re6a8f74 r400ae369  
    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

    re6a8f74 r400ae369  
    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

    re6a8f74 r400ae369  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "TESTING-20051107">
    3 <!ENTITY releasedate "November 7, 2005">
     2<!ENTITY version "TESTING-20051112">
     3<!ENTITY releasedate "November 12, 2005">
    44<!ENTITY milestone "6.1.1">
    55<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.