diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-24 05:05:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-24 05:05:28 +0000 |
commit | 3aee2ac264c5cb9c4a1fda30d333a86efb978131 (patch) | |
tree | 0012d8e1bee7168eaf062378683d3756527d9681 /chapter06/attr.xml | |
parent | 729afb93e00aa74098fcd60e7fe15559d5878423 (diff) |
Update to eudev-1.10
Add a sentence about possible make failrues if j > 1 in SBU section.
Add -j1 to acl, attr, and vim tests.
Update kernel options description when building the kernel.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/attr.xml')
-rw-r--r-- | chapter06/attr.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/attr.xml b/chapter06/attr.xml index cc50a2690..0d9c50f29 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -60,10 +60,11 @@ <screen><userinput remap="make">make</userinput></screen> <para>The tests need to be run on a filesystem that supports extended - attributes such as the ext2, ext3, or ext4 filesystems. To test the - results, issue:</para> + attributes such as the ext2, ext3, or ext4 filesystems. The tests are also + known to fail if running multiple simultaneous tests (-j option greater than + 1). To test the results, issue:</para> -<screen><userinput remap="test">make tests root-tests</userinput></screen> +<screen><userinput remap="test">make -j1 tests root-tests</userinput></screen> <para>Install the package:</para> |