Author: bdubbs
Date: Wed Jul  8 09:36:55 2020
New Revision: 23373

Log:
Minor cleanups

Modified:
   trunk/BOOK/general/genlib/js68.xml
   trunk/BOOK/xincludes/mozshm.xml

Modified: trunk/BOOK/general/genlib/js68.xml
==============================================================================
--- trunk/BOOK/general/genlib/js68.xml  Wed Jul  8 09:14:55 2020        (r23372)
+++ trunk/BOOK/general/genlib/js68.xml  Wed Jul  8 09:36:55 2020        (r23373)
@@ -12,7 +12,6 @@
   <!ENTITY js68-time          "2.2 SBU (with parallelism = 4)">
 ]>
 
-<!--<sect1 id="js68" xreflabel="js68-&JS68-version;">-->
 <sect1 id="js68" xreflabel="js68-&JS68-version;">
   <?dbhtml filename="js68.html"?>
 
@@ -69,18 +68,6 @@
       </listitem>
     </itemizedlist>
 
-    <!--
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing="compact">
-      <listitem>
-        <para>
-          Required patch:
-          <ulink url="&patch-root;/js68-&JS68-version;-python_3-1.patch"/>
-        </para>
-      </listitem>
-    </itemizedlist>
-    -->
-
     <bridgehead renderas="sect3">JS68 Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -147,21 +134,11 @@
 
     </note>
 
-    <!--
-    <para>
-      First, apply a patch so we can run the shipped build scripts with
-      Python 3, instead of the EOL'ed Python 2:
-    </para>
-
-<screen><userinput remap="pre">patch -Np1 -i 
../js68-&JS68-version;-python_3-1.patch</userinput></screen>
-    -->
     <para>
       Install <application>JS</application> by running the following
       commands:
     </para>
 
-<!--    &shell-env;-->
-
      <note>
         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
          href="../../xincludes/mozshm.xml"/>
@@ -277,8 +254,7 @@
           js68 and js68-config
         </seg>
         <seg>
-          libmozjs-68.so and libjs_static.ajs <!-- The AJS file doesn't
-          conflict with the one from js52 like originally thought -->
+          libmozjs-68.so and libjs_static.ajs 
         </seg>
         <seg>
           /usr/include/mozjs-68

Modified: trunk/BOOK/xincludes/mozshm.xml
==============================================================================
--- trunk/BOOK/xincludes/mozshm.xml     Wed Jul  8 09:14:55 2020        (r23372)
+++ trunk/BOOK/xincludes/mozshm.xml     Wed Jul  8 09:36:55 2020        (r23373)
@@ -19,8 +19,7 @@
       <filename>/usr/lib/pythonN.N/multiprocessing/synchronize.py</filename>.
       Run:
 
-<screen role="nodump"><userinput>mountpoint /dev/shm >/dev/null ||
- mount -t tmpfs devshm /dev/shm</userinput></screen>
+<screen role="nodump"><userinput>mountpoint -q /dev/shm || mount -t tmpfs 
devshm /dev/shm</userinput></screen>
 
     </para>
     <!-- follow with appropriate text about exporting SHELL -->
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to