Changeset 89858c6


Ignore:
Timestamp:
04/06/2005 09:58:05 PM (19 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:
37c2063
Parents:
1d5dd18c
Message:
  • chapter06/e2fsprogs.xml: Move sed command to before we enter the build directory

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1d5dd18c r89858c6  
    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

    r1d5dd18c r89858c6  
    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

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