Changeset ba41e17 for chapter07


Ignore:
Timestamp:
12/31/2023 06:30:49 PM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2
Children:
289f284
Parents:
9ef0338a (diff), 6fec3f5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/util-linux.xml

    r9ef0338a rba41e17  
    5252    <para>Prepare Util-linux for compilation:</para>
    5353
    54 <screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime    \
    55             --libdir=/usr/lib    \
     54<screen><userinput remap="configure">./configure --libdir=/usr/lib    \
    5655            --runstatedir=/run   \
    57             --docdir=/usr/share/doc/util-linux-&util-linux-version; \
    5856            --disable-chfn-chsh  \
    5957            --disable-login      \
     
    6462            --disable-pylibmount \
    6563            --disable-static     \
    66             --without-python</userinput></screen>
     64            --without-python     \
     65            ADJTIME_PATH=/var/lib/hwclock/adjtime \
     66            --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
    6767
    6868    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.