diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-17 17:57:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-17 17:57:40 +0000 |
commit | 7b08ae242d7fb43c29a35f8d48c2fade9f85cbd8 (patch) | |
tree | 2db4078f58fbd77c35a5a04d575338c636f6c6a4 /chapter06 | |
parent | 2fa5f2635ea7f3765e517245823f09ecabc575ec (diff) |
Added a stronger note about automake teste time.
Updated boot scripts:
Only mount /run in mountvirtfs if it is not already mounted
(from an initrd).
Force the /dev/shm->/run/shm symlink
Skip making LVM virtual groups unavailable at shutdown
because the / or swap partitions may be still in use.
Fix some whitespace in iproute2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/automake.xml | 5 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 109da7059..53ea72496 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -49,12 +49,13 @@ <screen><userinput remap="make">make</userinput></screen> + <note><para>The tests take a very long time: over 30 SBUs. Running + the tests is not recommended.</para></note> + <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> - <para>This takes a long time, about 10 SBUs.</para> - <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 715db1d5f..e6fda46fd 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -82,8 +82,7 @@ rm man/man8/arpd.8</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install"> -make DESTDIR= \ +<screen><userinput remap="install">make DESTDIR= \ MANDIR=/usr/share/man \ DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen> |