From 53315193788755aae6f2be447a47e87260b5c0a0 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 2 Oct 2003 04:51:57 +0000 Subject: Yet more clarifying text re test suites. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass2-inst.xml | 6 ++++++ chapter05/creatingstage1dir.xml | 5 +++++ 2 files changed, 11 insertions(+) (limited to 'chapter05') diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index d4c4bae67..35bdae13d 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -38,6 +38,12 @@ failures are fine): make check +Unfortunately, there is no easy way to view the test results summary like +there was for the previous GCC package. However, if a failure occurs here, it +should be easy to spot. The output shown will contain something like: + +
make[1]: *** [check-binutils] Error 2
+ And install the package: make install diff --git a/chapter05/creatingstage1dir.xml b/chapter05/creatingstage1dir.xml index 0d466c034..0bae60f15 100644 --- a/chapter05/creatingstage1dir.xml +++ b/chapter05/creatingstage1dir.xml @@ -29,5 +29,10 @@ and linker will work both in this chapter (when we are still using some tools from the host) and in the next (when we are chrooted to the LFS partition). +Study the above command closely. It can be confusing at first +glance. The ln command has several syntax variations so +be sure to check the ln man page before reporting what you may think is an +error. + -- cgit v1.2.3-54-g00ecf