Ignore:
Timestamp:
12/03/2008 10:04:18 PM (16 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Parents:
3efd483
Message:

Bring jh branch up to speed with trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/coreutils.xml

    r3efd483 ra79ca5f  
    7171<screen><userinput remap="make">make</userinput></screen>
    7272
    73     <para>To test the results, issue:</para>
     73    <para>Compilation is now complete. As discussed earlier, running the test
     74    suite is not mandatory for the temporary tools here in this chapter. To run
     75    the Coreutils test suite anyway, issue the following command:</para>
    7476
    7577<screen><userinput remap="test">make RUN_EXPENSIVE_TESTS=yes check</userinput></screen>
     
    8587
    8688    <para>The above command refuses to install <filename>su</filename>
    87     because it cannot install it setuid root as a non-privileged user. By
    88     manually installing it with a different name, we can use it for running
    89     tests in the final system as a non-privileged user and we keep a possibly
    90     useful <command>su</command> from our host first place in our PATH. Install
    91     it with:</para>
     89    because the program cannot be installed setuid root as a non-privileged
     90    user. By manually installing it with a different name, we can use it for
     91    running tests in the final system as a non-privileged user and we keep a
     92    possibly useful <command>su</command> from our host first in our PATH.
     93    Install it with:</para>
    9294
    9395<screen><userinput remap="install">cp -v src/su /tools/bin/su-tools</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.