aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-03-01 21:51:05 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-03-01 21:51:05 +0000
commit7e511ce3d7c68bcd0505da87ee2e3e64bd9982aa (patch)
treecc92c17d4c63782707306d13c80304e59730d6fc /chapter05
parent58fad2ba6b9aebef45f16a67225f5f43a7875787 (diff)
Upgrade to Util-Linux-NG-2.17.1. Fixes #2581.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/util-linux-ng.xml23
1 files changed, 1 insertions, 22 deletions
diff --git a/chapter05/util-linux-ng.xml b/chapter05/util-linux-ng.xml
index 955698e3a..f8c003c36 100644
--- a/chapter05/util-linux-ng.xml
+++ b/chapter05/util-linux-ng.xml
@@ -46,19 +46,7 @@
<para>Prepare Util-linux-ng for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
-<!--
- <variablelist>
- <title>The meaning of the new configure option:</title>
-
- <varlistentry>
- <term><parameter>- -with-fsprobe</parameter></term>
- <listitem>
- <para>This tells Util-Linux-NG to use its own version of the libblkid
- library, rather than a system-installed version.</para>
- </listitem>
- </varlistentry>
- </variablelist>
--->
+
<para>Only a few of the utilities contained in this package need to be
built:</para>
@@ -66,15 +54,6 @@
make -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> -->
-
<para>This package does not come with a test suite.</para>
<para>Install the shared libraries required by E2fsprogs:</para>