Author: pierre
Date: Sun Feb 25 02:24:09 2018
New Revision: 19866

Log:
cdrtools seems to not support parallel builds

Modified:
   trunk/BOOK/multimedia/cdwriteutils/cdrtools.xml

Modified: trunk/BOOK/multimedia/cdwriteutils/cdrtools.xml
==============================================================================
--- trunk/BOOK/multimedia/cdwriteutils/cdrtools.xml     Sun Feb 25 02:22:54 
2018        (r19865)
+++ trunk/BOOK/multimedia/cdwriteutils/cdrtools.xml     Sun Feb 25 02:24:09 
2018        (r19866)
@@ -64,11 +64,18 @@
 
   <sect2 role="installation">
     <title>Installation of Cdrtools</title>
+
+    <note>
+      <para>
+        This package does not support parallel build.
+      </para>
+    </note>
+
     <para>Install <application>Cdrtools</application> by running the following
     commands:</para>
 
 <screen><userinput>export GMAKE_NOWARN=true &amp;&amp;
-make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen>
+make -j1 INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
 
-- 
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