From 6198a8c32219badfc1628a1b72568e74e0e30e91 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 21 May 2003 18:30:32 +0000 Subject: [PATCH] Coreutils: Only test the non-root stuff in chapter 05, but test everything in chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter05/coreutils-inst.xml | 2 +- chapter06/coreutils-inst.xml | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5f2a41768..58c44a39d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -78,6 +78,10 @@ +May 21st, 2003 [winkie]: Chapter 05 & 06 - Installing +Coreutils: Only test the non-root stuff in Chapter 05, but test everything +in Chapter 06. + May 21st, 2003 [winkie]: Chapter 05 - Installing Expect: Don't both passing anything more than --prefix=/stage1. None of it is needed. diff --git a/chapter05/coreutils-inst.xml b/chapter05/coreutils-inst.xml index dee650d33..40d5f823e 100644 --- a/chapter05/coreutils-inst.xml +++ b/chapter05/coreutils-inst.xml @@ -5,7 +5,7 @@ ./configure --prefix=/stage1 make -make check-root +make RUN_EXPENSIVE_TESTS=yes check make install diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml index 5a002dc8e..8c15eb873 100644 --- a/chapter06/coreutils-inst.xml +++ b/chapter06/coreutils-inst.xml @@ -23,7 +23,8 @@ Prevent the installation of hostname with this patch: make -make check-root +make check-root +make RUN_EXPENSIVE_TESTS=yes check Install the package: