Changeset 5fff6eed


Ignore:
Timestamp:
04/06/2005 10:01:39 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1, 6.1.1
Children:
30a6ca3
Parents:
e581a2d
Message:
  • Merge e2fsprogs fix from trunk to 6.1 branch

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re581a2d r5fff6eed  
    8383</listitem>
    8484
     85<listitem><para>April 6, 2005 [matt]: Move e2fsprogs sed command to
     86before entering the build directory (Steffen R. Knollmann).</para></listitem>
     87
    8588<listitem><para>April 4, 2005 [matt]: Typo: The udev initscript
    8689registers udevsend, not udev, as the hotplug handler (Bryan
  • chapter06/e2fsprogs.xml

    re581a2d r5fff6eed  
    3131<title>Installation of E2fsprogs</title>
    3232
     33<para>Fix a compilation error in E2fsprogs' testsuite:</para>
     34
     35<screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &amp;/' lib/e2p/Makefile.in</userinput></screen>
     36
    3337<para>It is recommended that E2fsprogs be built in a subdirectory of the source tree:
    3438</para>
     
    3640<screen><userinput>mkdir build
    3741cd build</userinput></screen>
    38 
    39 <para>Fix a compilation error in E2fsprogs' testsuite:</para>
    40 
    41 <screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &amp;/' lib/e2p/Makefile.in</userinput></screen>
    4242
    4343<para>Prepare E2fsprogs for compilation:</para>
  • general.ent

    re581a2d r5fff6eed  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "TESTING-20050405">
    3 <!ENTITY releasedate "April 5, 2005">
     2<!ENTITY version "TESTING-20050406">
     3<!ENTITY releasedate "April 6, 2005">
    44<!ENTITY milestone "6.1">
    55
Note: See TracChangeset for help on using the changeset viewer.