Ignore:
Timestamp:
05/10/2022 11:06:10 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
f7c33596
Parents:
dd7a29e (diff), 3d722b9 (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 branch 'trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    rdd7a29e r100ca4e  
    107107
    108108      <screen role="nodump" revision="sysv">General setup -->
     109   [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
    109110   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
    110111Device Drivers  ---&gt;
     
    118119
    119120      <screen role="nodump" revision="systemd">General setup -->
     121   [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
    120122   [ ] Auditing Support [CONFIG_AUDIT]
    121123   CPU/Task time and stats accounting ---&gt;
     
    175177        <term>
    176178          <parameter>
     179            Compile the kernel with warnings as errors
     180          </parameter>
     181        </term>
     182        <listitem>
     183          <para>This may cause building failure if the compiler and/or
     184          configuration are different from those of the kernel
     185          developers.</para>
     186        </listitem>
     187      </varlistentry>
     188
     189      <varlistentry>
     190        <term>
     191          <parameter>
    177192            Enable kernel headers through /sys/kernel/kheaders.tar.xz
    178193          </parameter>
Note: See TracChangeset for help on using the changeset viewer.