diff options
Diffstat (limited to 'chapter05/util-linux-ng.xml')
-rw-r--r-- | chapter05/util-linux-ng.xml | 9 |
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> |