making up for cvs export not creating empy dirs
[linux_from_scratch.git] / BOOK / chapter06 / make-exp.xml
blob7bd539b7f69e56956740599d27e8b62faa3d6d30
1 <sect2>
2 <title>Command explanations</title>
4 <para>By default <filename>/usr/bin/make</filename> is installed setgid
5 kmem. This is needed on some systems so it can check the load average by
6 using <filename>/dev/kmem</filename>. However, on Linux systems, setgid
7 kmem is not needed, so we remove this from our <filename>make</filename>
8 binary. This also fixes problems with the <filename>make</filename>
9 ignoring certain variables like
10 <emphasis>LD_LIBRARY_PATH</emphasis>.</para>
12 </sect2>