diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-05-07 19:58:09 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-05-07 19:58:09 +0000 |
commit | 0a6f214d5d13b95f9fa6c0b038a19a91d5702065 (patch) | |
tree | f4403ea47cb57a630d080c900a35c85bd253201a /chapter06 | |
parent | 006ed0368e8b992a325bf9522965ccb70f67c2f3 (diff) |
Fix post-GCC sanity check headers path
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 3db1fd945..1c03d0348 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -161,13 +161,14 @@ cd ../gcc-build</userinput></screen> href="readjusting.xml" xpointer="xpointer(//*[@os='g'])"/> -<screen><userinput>grep -B2 '^ /usr/include' dummy.log</userinput></screen> +<screen><userinput>grep -B3 '^ /usr/include' dummy.log</userinput></screen> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml" xpointer="xpointer(//*[@os='h'])"/> <screen><computeroutput>#include <...> search starts here: + /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include /usr/include</computeroutput></screen> |