make-exp.xml 491 B

12345678910111213
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para>By default <filename>/usr/bin/make</filename> is installed setgid
  4. kmem. This is needed on some systems so it can check the load average by
  5. using <filename>/dev/kmem</filename>. However, on Linux systems, setgid
  6. kmem is not needed, so we remove this from our <filename>make</filename>
  7. binary. This also fixes problems with the <filename>make</filename>
  8. ignoring certain variables like
  9. <emphasis>LD_LIBRARY_PATH</emphasis>.</para>
  10. </sect2>