Author: renodr
Date: Mon Jul 29 14:31:20 2019
New Revision: 21882
Log:
Restore './mach build' to thunderbird and clean up the unneccesary newline
Modified:
trunk/BOOK/xsoft/other/thunderbird.xml
Modified: trunk/BOOK/xsoft/other/thunderbird.xml
==============================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml Mon Jul 29 13:57:21 2019
(r21881)
+++ trunk/BOOK/xsoft/other/thunderbird.xml Mon Jul 29 14:31:20 2019
(r21882)
@@ -230,14 +230,17 @@
</para></note>
<para>
- First, disable failure for undocumeted rust macros:
+ First, disable failure caused by undocumeted rust macros:
</para>
-<screen><userinput>sed -i -e '/#!\[deny(missing_docs)\]/d'
servo/components/style/lib.rs</userinput></screen>
-<screen><userinput>sed -i -e 's/#!\[deny(unsafe_code,
missing_docs)\]/#!\[deny(unsafe_code)\]/g'
servo/components/style_traits/lib.rs</userinput></screen>
-
+<screen><userinput remap="pre">sed -i -e '/#!\[deny(missing_docs)\]/d'
servo/components/style/lib.rs &&
+sed -i -e 's/#!\[deny(unsafe_code, missing_docs)\]/#!\[deny(unsafe_code)\]/g'
servo/components/style_traits/lib.rs</userinput></screen>
+ <para>
+ Next, build the package:
+ </para>
+<screen><userinput>./mach build</userinput></screen>
<para>
This package does not come with a test suite.
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page