Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r63107f4 rb3f157c6  
    196196      expected. To perform a sanity check, run the following commands:</para>
    197197
    198 <screen><userinput>echo 'int main(){}' &gt; dummy.c
    199 $LFS_TGT-gcc dummy.c
    200 readelf -l a.out | grep '/ld-linux'</userinput></screen>
     198<screen><userinput>echo 'int main(){}' | gcc -xc -
     199readelf -l a.out | grep ld-linux</userinput></screen>
    201200
    202201      <para>If everything is working correctly, there should be no errors,
     
    213212      continuing on.</para>
    214213
    215       <para>Once all is well, clean up the test files:</para>
    216 
    217 <screen><userinput>rm -v dummy.c a.out</userinput></screen>
     214      <para>Once all is well, clean up the test file:</para>
     215
     216<screen><userinput>rm -v a.out</userinput></screen>
    218217
    219218    </caution>
Note: See TracChangeset for help on using the changeset viewer.