diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-05-06 08:36:44 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-05-06 08:36:44 +0000 |
commit | 006ed0368e8b992a325bf9522965ccb70f67c2f3 (patch) | |
tree | 46692de13193b063d831663f8d2b5c8fb84e05bd /chapter06/gcc.xml | |
parent | a2ac0943e56aa72d12464d15a2227c6592953c94 (diff) |
Removed nodump attributes from chapter06 readjusting and GCC sanity checks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 288e049f8..3db1fd945 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -161,7 +161,7 @@ cd ../gcc-build</userinput></screen> href="readjusting.xml" xpointer="xpointer(//*[@os='g'])"/> -<screen role="nodump"><userinput>grep -B2 '^ /usr/include' dummy.log</userinput></screen> +<screen><userinput>grep -B2 '^ /usr/include' dummy.log</userinput></screen> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml" |