Minor style changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2017-02-25 20:09:54 +00:00
parent 69d53d11d4
commit f6dd9ab947
3 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@
<!-- this has been fixed in upstream gnulib, when a new version of <!-- this has been fixed in upstream gnulib, when a new version of
coreutils is released, please check #4055 to see if the change has been coreutils is released, please check #4055 to see if the change has been
picked up in this package --> picked up in this package -->
<para>Suppress a test which on some machines can loop forever.</para> <para>Suppress a test which on some machines can loop forever:</para>
<screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen> <screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen>

View File

@ -46,7 +46,7 @@
<!-- this has been fixed in upstream gnulib, when a new version of <!-- this has been fixed in upstream gnulib, when a new version of
findutils is released, please check #4055 to see if the change has been findutils is released, please check #4055 to see if the change has been
picked up in this package --> picked up in this package -->
<para>Suppress a test which on some machines can loop forever.</para> <para>First, suppress a test which on some machines can loop forever:</para>
<screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> <screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen>

View File

@ -46,8 +46,8 @@
<!-- this has been fixed in upstream gnulib, when a new version of <!-- this has been fixed in upstream gnulib, when a new version of
gettext is released, please check #4055 to see if the change has been gettext is released, please check #4055 to see if the change has been
picked up in this package --> picked up in this package -->
<para>Suppress two invocations of test-lock which on some machines <para>First, suppress two invocations of test-lock which on some machines
can loop forever.</para> can loop forever:</para>
<screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in &amp;&amp; <screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in &amp;&amp;
sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen>