aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/make-inst.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-11 15:09:30 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-11 15:09:30 +0000
commit6e507556d6130fdc77ce5f4e8ad5cdcf5bfd94f5 (patch)
tree6c19427fb0888c2fcd4016b5a7303cdcd9642b61 /chapter06/make-inst.xml
parent7972fe02a9414332d72f39ebcc9fa950e3a879d0 (diff)
Applied Zack's patches. Untested at the moment, will do a build in a few minutes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make-inst.xml')
-rw-r--r--chapter06/make-inst.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/make-inst.xml b/chapter06/make-inst.xml
index 6b22aacbd..b71919d79 100644
--- a/chapter06/make-inst.xml
+++ b/chapter06/make-inst.xml
@@ -15,15 +15,5 @@
<para><screen><userinput>make install</userinput></screen></para>
-<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 <filename>make</filename>
-ignoring certain variables like <emphasis>LD_LIBRARY_PATH</emphasis>.</para>
-
-<para><screen><userinput>chgrp root /usr/bin/make &amp;&amp;
-chmod 755 /usr/bin/make</userinput></screen></para>
-
</sect2>