aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/make-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/make-exp.xml')
-rw-r--r--chapter06/make-exp.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/chapter06/make-exp.xml b/chapter06/make-exp.xml
new file mode 100644
index 000000000..7bd539b7f
--- /dev/null
+++ b/chapter06/make-exp.xml
@@ -0,0 +1,13 @@
+<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>
+