diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-13 23:29:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-13 23:29:05 +0000 |
commit | e93833462dc032b665fab9c8b00bfaa1d2fc6fcd (patch) | |
tree | a4e4b6552d4be22c3dcb25e580c52a7df08ffce0 /chapter06/automake.xml | |
parent | c5eaf41f83d9fcbe9a3f67f17a6d7a62562bcb4c (diff) |
Update to linux-4.18.
Update build space and time values for all packages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11449 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 146f5fd76..34c6d6d21 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -65,10 +65,10 @@ <screen><userinput remap="test">make -j4 check</userinput></screen> -<!-- All tests pass now. - <para>Two tests are known to fail in the LFS environment: - check12.sh and check12-w.sh.</para> ---> + + <para>One test is known to fail in the LFS environment: + subobj.sh.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |