Changeset 76a706e for chapter06/vim.xml


Ignore:
Timestamp:
06/16/2019 09:09:30 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
590d4cbe
Parents:
ac95fdb
Message:

Update to vim-8.1.1535.
Update to shadow-4.7.
Update to linux-5.1.10.
Update to less-551.
Update to util-linux-2.34.
Remove eudev instructions referring to /tools.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/vim.xml

    rac95fdb r76a706e  
    6767<screen><userinput remap="make">make</userinput></screen>
    6868
    69     <para>To test the results, issue:</para>
     69    <para>To prepare the tests, ensure that the
     70    <systemitem class="username">nobody</systemitem> user can write
     71    to the sources tree:</para>
     72
     73<screen><userinput remap="test">chown -Rv nobody .</userinput></screen>
     74
     75    <para>Now run the tests as the <systemitem
     76    class="username">nobody</systemitem> user:</para>
     77
     78<screen><userinput remap="test">su nobody -s /bin/bash -c "LANG=en_US.UTF-8 make -j1 test" &amp;> vim-test.log</userinput></screen>
    7079
    7180<screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &amp;&gt; vim-test.log</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.