aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-08-19 21:37:43 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-08-19 21:37:43 +0000
commit5948c803723507e61d3ff721b35dea3847f4f62f (patch)
treefadabc03a0a686da4ea79077ecdab34b564c0cc1 /chapter06/util-linux.xml
parentf1d755b003353fab64875e934b8026f8815a9095 (diff)
Remove redundant options in gcc instructions.
Add note about a test failure in util-linux. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10698 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r--chapter06/util-linux.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index dbcea0791..48193f935 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -79,6 +79,9 @@
<screen><userinput remap="test">chown -Rv nobody .
su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
+ <note><para>One test above, tests/ts/ipcs/limits2, will fail when the host
+ is using a recent kernel. The failure can safely be ignored.</para></note>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>