Changeset 69c4524


Ignore:
Timestamp:
02/05/2022 12:37:44 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, 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:
490dc153
Parents:
e954006
git-author:
Xi Ruoyao <xry111@…> (02/05/2022 09:51:34 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/05/2022 12:37:44 PM)
Message:

systemd: remove unneeded LANG=en_US.UTF-8 settings

They were added because ninja had printed warnings about "non UTF-8
locale". Current version of ninja no longer does this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    re954006 r69c4524  
    5959cd       build
    6060
    61 LANG=en_US.UTF-8                    \
    6261meson --prefix=/usr                 \
    6362      --sysconfdir=/etc             \
     
    174173    <para>Compile the package:</para>
    175174
    176 <screen><userinput remap="make">LANG=en_US.UTF-8 ninja</userinput></screen>
     175<screen><userinput remap="make">ninja</userinput></screen>
    177176
    178177    <para>Install the package:</para>
    179178
    180 <screen><userinput remap="install">LANG=en_US.UTF-8 ninja install</userinput></screen>
     179<screen><userinput remap="install">ninja install</userinput></screen>
    181180
    182181    <para>Install the man pages:</para>
Note: See TracChangeset for help on using the changeset viewer.