Ignore:
Timestamp:
05/03/2020 09:02:51 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
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, 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:
a715dec
Parents:
9d719e2
Message:

Make the new book

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    r9d719e2 refcb393  
    5353    <para>Prepare E2fsprogs for compilation:</para>
    5454
    55 <!--<screen><userinput remap="configure">LIBS=-L/tools/lib                    \
    56 CFLAGS=-I/tools/include              \
    57 CFLAGS=-I/tools/include              \
    58 PKG_CONFIG_PATH=/tools/lib/pkgconfig \
    59 ../configure - -prefix=/usr           \-->
    6055<screen><userinput remap="configure">../configure --prefix=/usr           \
    6156             --bindir=/bin           \
     
    6964    <variablelist>
    7065      <title>The meaning of the environment variable and configure options:</title>
    71 <!--
    72       <varlistentry>
    73         <term><parameter>PKG_CONFIG_PATH, LIBS, CFLAGS</parameter></term>
    74         <listitem>
    75           <para>These variables enable e2fsprogs to be built using the
    76           <xref linkend="ch-tools-util-linux"/> package built earlier.</para>
    77         </listitem>
    78       </varlistentry>
    79 -->
     66
    8067      <varlistentry>
    8168        <term><parameter>--with-root-prefix=""</parameter> and
     
    118105
    119106<screen><userinput remap="make">make</userinput></screen>
    120 <!--
    121     <para>To set up and run the test suite we need to first link some
    122     libraries from /tools/lib to a location where the test programs look.
    123     To run the tests, issue:</para>
    124 -->
    125107
    126108    <para>To run the tests, issue:</para>
    127109
    128110<screen><userinput remap="test">make check</userinput></screen>
    129 <!--ln -sfv /tools/lib/lib{blk,uu}id.so.1 lib -->
    130 <!--make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>-->
    131111
    132112    <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory.
Note: See TracChangeset for help on using the changeset viewer.