Changeset 89c1c43d for chapter06/vim.xml


Ignore:
Timestamp:
05/04/2017 04:22:11 AM (7 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, 8.1, 8.2, 8.3, 8.4, 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:
aeaae4a
Parents:
427a460
Message:

Update to gcc-7.1.0.
Update to iproute2-4.11.0.
Fix some faulty gnulib code in diffutils.
Disable a failing test in vim.
Document a failing test in binutils.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/vim.xml

    r427a460 r89c1c43d  
    4949<screen><userinput remap="pre">echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
    5050
     51    <para>Disable a test that fails:</para>
     52
     53<screen><userinput remap="pre">sed -i '/call/{s/split/xsplit/;s/303/492/}' src/testdir/test_recover.vim</userinput></screen>
     54
    5155    <para>Prepare Vim for compilation:</para>
    5256
     
    5963    <para>To test the results, issue:</para>
    6064
    61 <screen><userinput remap="test">make -j1 test</userinput></screen>
     65<screen><userinput remap="test">make -j1 test &amp;&gt; vim-test.log</userinput></screen>
    6266
    6367    <para>However, this test suite outputs a lot of binary data to the screen,
    6468    which can cause issues with the settings of the current terminal. This can
    6569    be resolved by redirecting the output to a log file.  A successful test
    66     will result in the words "ALL DONE" at completion. One test,
    67     Test_recover_root_dir() is known to fail, but is harmless.</para>
     70    will result in the words "ALL DONE" at completion.</para>
    6871
    6972    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.