Changeset 8a67f19 for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:35 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
e9d172b
Parents:
f5ae110a
git-author:
Thomas Trepl <thomas@…> (05/20/2019 06:04:35 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:35 AM)
Message:

Merge changes from trunk

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    rf5ae110a r8a67f19  
    6565             --disable-libuuid       \
    6666             --disable-uuidd         \
     67             --with-crond-dir=no     \
    6768             --disable-fsck</userinput></screen>
    6869
     
    9899          <para>This creates the shared libraries which some programs
    99100          in this package use.</para>
     101        </listitem>
     102      </varlistentry>
     103
     104      <varlistentry>
     105        <term><parameter>--with-crond-dir=no</parameter></term>
     106        <listitem>
     107          <para>This disables the installation of an unneded file.</para>
    100108        </listitem>
    101109      </varlistentry>
  • chapter06/gettext.xml

    rf5ae110a r8a67f19  
    5353   There is no reference to 'test' or TEST in  gettext-tools/gnulib-tests/Makefile.am
    5454   -->
     55   <!--
    5556   <para>First, suppress two invocations of test-lock which on some machines
    5657   can loop forever:</para>
    5758
    5859<screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in &amp;&amp;
    59 sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen>
     60sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen>-->
    6061
    6162   <!-- As of April 11, 2018 appdata.* is NOT in git master, but appears
    6263   to be in metainfo.{its,loc},  When updating, check BLFS gnome-screenshot. -->
     64
     65<!--
    6366   <para>Now fix a configuration file:</para>
    6467
    6568<screen><userinput remap="pre">sed -e '/AppData/{N;N;p;s/\.appdata\./.metainfo./}' \
    6669    -i gettext-tools/its/appdata.loc</userinput></screen>
    67 
     70-->
    6871    <para>Prepare Gettext for compilation:</para>
    6972
Note: See TracChangeset for help on using the changeset viewer.