Author: randy
Date: 2008-10-10 12:32:37 -0600 (Fri, 10 Oct 2008)
New Revision: 8623
Modified:
trunk/BOOK/chapter05/util-linux-ng.xml
Log:
Added an explanation for the make command in the Chapter 5 Util-linux-ng
instructions
Modified: trunk/BOOK/chapter05/util-linux-ng.xml
===================================================================
--- trunk/BOOK/chapter05/util-linux-ng.xml 2008-10-10 18:24:34 UTC (rev
8622)
+++ trunk/BOOK/chapter05/util-linux-ng.xml 2008-10-10 18:32:37 UTC (rev
8623)
@@ -53,6 +53,21 @@
<screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid" -C mount
mount umount
make -C text-utils more</userinput></screen>
+ <variablelist>
+ <title>The meaning of the make parameter:</title>
+
+ <varlistentry>
+ <term><parameter>BLKID_LIBS="-lblkid -luuid"</parameter></term>
+ <listitem>
+ <para>When building only a subset of the package, the
+ <filename class="libraryfile">libuuid.so</filename> library is not
+ pulled into the build as it is supposed to. This command overrides
+ the default from the <filename>Makefile</filename>.</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
<!-- 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.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page