aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-07 14:40:52 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-07 14:40:52 +0000
commit0556946c4d5cd37fad789f2512ba5d2ea916459c (patch)
tree5bbc3dfa4dcd03e3ee534f090ad0c2e6f6a30f5f /chapter05
parent02d46f93eee140df0404bff669e4f13d5ae58117 (diff)
Updated Util-linux-ng to 2.14.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/util-linux-ng.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/chapter05/util-linux-ng.xml b/chapter05/util-linux-ng.xml
index 99d9dda0e..b4f2aab1a 100644
--- a/chapter05/util-linux-ng.xml
+++ b/chapter05/util-linux-ng.xml
@@ -50,14 +50,19 @@
<para>Only a few of the utilities contained in this package need to be
built:</para>
-<screen><userinput remap="make">make -C mount mount umount
+<screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid" -C mount mount umount
make -C text-utils more</userinput></screen>
+ <!-- Not sure why this is in there. There is no test suite. Though
+ running 'make check' may build these programs, there is no
+ testing done.
<para>This package comes with a test suite, but running it will cause all of
the binaries to be built and tested. If you still wish to run the tests,
issue:</para>
-<screen><userinput remap="test">make check</userinput></screen>
+<screen><userinput remap="test">make check</userinput></screen> -->
+
+ <para>This package does not come with a test suite.</para>
<para>Copy these programs to the temporary tools directory:</para>