From eb43115dec1f6057a4aaf1f161b0869ec8c4f7fa Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sat, 9 May 2015 10:59:15 +0000 Subject: [PATCH] Note that gperf tests only work with -j1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gperf.xml | 6 ++++-- general.ent | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/chapter06/gperf.xml b/chapter06/gperf.xml index 244342c1e..ce417439b 100644 --- a/chapter06/gperf.xml +++ b/chapter06/gperf.xml @@ -48,9 +48,11 @@ make - To test the results, issue: + The tests are known to fail if running multiple + simultaneous tests (-j option greater than 1). To test + the results, issue: -make check +make -j1 check Install the package: diff --git a/general.ent b/general.ent index 4def0717a..693c17148 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ - + - +