mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
ae11e83e81
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
14 lines
491 B
XML
14 lines
491 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para>By default <filename>/usr/bin/make</filename> is installed setgid
|
|
kmem. This is needed on some systems so it can check the load average by
|
|
using <filename>/dev/kmem</filename>. However, on Linux systems, setgid
|
|
kmem is not needed, so we remove this from our <filename>make</filename>
|
|
binary. This also fixes problems with the <filename>make</filename>
|
|
ignoring certain variables like
|
|
<emphasis>LD_LIBRARY_PATH</emphasis>.</para>
|
|
|
|
</sect2>
|
|
|