From 7b08ae242d7fb43c29a35f8d48c2fade9f85cbd8 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 17 Jun 2012 17:57:40 +0000 Subject: 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 --- chapter06/automake.xml | 5 +++-- chapter06/iproute2.xml | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') 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 @@ make + The tests take a very long time: over 30 SBUs. Running + the tests is not recommended. + To test the results, issue: make check - This takes a long time, about 10 SBUs. - Install the package: make install 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 Install the package: - -make DESTDIR= \ +make DESTDIR= \ MANDIR=/usr/share/man \ DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install -- cgit v1.2.3-54-g00ecf