diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-28 17:40:16 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-28 17:40:16 +0000 |
commit | d45e0417f93af02aedc91a8cfd953daafe607e6c (patch) | |
tree | f801571048a9d627238be29380d72de6a4af463f /chapter06 | |
parent | 5b822933d385b69d811caa8469ab7c7354891d1d (diff) |
Upgrade to Procps-NG-3.3.7. Fixes #3316.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10223 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/procps.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index cadbbd64b..7a63f7755 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -79,19 +79,15 @@ two tests, and the <command>slabtop</command> test may return more than 999,999 objects. To run the test suite, run the following commands:</para> -<screen><userinput remap="test">pushd testsuite - sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ - -e 's|999999|&9|' config/unix.exp - sed -i -e 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp - make site.exp - DEJAGNU=global-conf.exp runtest -popd</userinput></screen> +<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ + -e 's|&9|9999999|' testsuite/config/unix.exp +make check</userinput></screen> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> -<para>Finally move the library to a location that can be found if +<para>Finally, move the library to a location that can be found if <filename class="directory">/usr</filename> is not mounted.</para> <screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib |