Author: igor
Date: Tue Feb 25 04:04:57 2014
New Revision: 12782

Log:
add -j1 flag to make command for packages that do not support parallel build

Modified:
   trunk/BOOK/general/genlib/json-c.xml
   trunk/BOOK/general/prog/slang.xml
   trunk/BOOK/multimedia/audioutils/cdparanoia.xml
   trunk/BOOK/networking/mailnews/mailx.xml
   trunk/BOOK/networking/netutils/nmap.xml
   trunk/BOOK/postlfs/security/cyrus-sasl.xml
   trunk/BOOK/postlfs/security/nss.xml

Modified: trunk/BOOK/general/genlib/json-c.xml
==============================================================================
--- trunk/BOOK/general/genlib/json-c.xml        Tue Feb 25 03:54:44 2014        
(r12781)
+++ trunk/BOOK/general/genlib/json-c.xml        Tue Feb 25 04:04:57 2014        
(r12782)
@@ -92,7 +92,7 @@
     </para>
 
 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
-make</userinput></screen>
+make -j1</userinput></screen>
 
     <para>
       To test the results, issue: <command>make check</command>.

Modified: trunk/BOOK/general/prog/slang.xml
==============================================================================
--- trunk/BOOK/general/prog/slang.xml   Tue Feb 25 03:54:44 2014        (r12781)
+++ trunk/BOOK/general/prog/slang.xml   Tue Feb 25 04:04:57 2014        (r12782)
@@ -87,7 +87,7 @@
 <screen><userinput>./configure --prefix=/usr \
             --sysconfdir=/etc \
             --with-readline=gnu &amp;&amp;
-make</userinput></screen>
+make -j1</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>. Note that
     this will also create a static version of the library which will then be

Modified: trunk/BOOK/multimedia/audioutils/cdparanoia.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/cdparanoia.xml     Tue Feb 25 03:54:44 
2014        (r12781)
+++ trunk/BOOK/multimedia/audioutils/cdparanoia.xml     Tue Feb 25 04:04:57 
2014        (r12782)
@@ -103,7 +103,7 @@
 
 <screen><userinput>patch -Np1 -i 
../cdparanoia-&CDParanoia-version;-gcc_fixes-1.patch &amp;&amp;
 ./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
-make</userinput></screen>
+make -j1</userinput></screen>
 
     <para>
       This package does not come with a test suite.

Modified: trunk/BOOK/networking/mailnews/mailx.xml
==============================================================================
--- trunk/BOOK/networking/mailnews/mailx.xml    Tue Feb 25 03:54:44 2014        
(r12781)
+++ trunk/BOOK/networking/mailnews/mailx.xml    Tue Feb 25 04:04:57 2014        
(r12782)
@@ -98,7 +98,7 @@
     following commands.</para>
 
 <screen><userinput>patch -Np1 -i 
../mailx-&mailx-version;-openssl_1.0.0_build_fix-1.patch &amp;&amp;
-make SENDMAIL=/usr/sbin/sendmail</userinput></screen>
+make SENDMAIL=/usr/sbin/sendmail -j1</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
 

Modified: trunk/BOOK/networking/netutils/nmap.xml
==============================================================================
--- trunk/BOOK/networking/netutils/nmap.xml     Tue Feb 25 03:54:44 2014        
(r12781)
+++ trunk/BOOK/networking/netutils/nmap.xml     Tue Feb 25 04:04:57 2014        
(r12782)
@@ -104,7 +104,7 @@
     commands:</para>
 
 <screen><userinput>./configure --prefix=/usr &amp;&amp;
-make</userinput></screen>
+make -j1</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
 

Modified: trunk/BOOK/postlfs/security/cyrus-sasl.xml
==============================================================================
--- trunk/BOOK/postlfs/security/cyrus-sasl.xml  Tue Feb 25 03:54:44 2014        
(r12781)
+++ trunk/BOOK/postlfs/security/cyrus-sasl.xml  Tue Feb 25 04:04:57 2014        
(r12782)
@@ -139,7 +139,7 @@
             --enable-auth-sasldb \
             --with-dbpath=/var/lib/sasl/sasldb2 \
             --with-saslauthd=/var/run/saslauthd &amp;&amp;
-make</userinput></screen>
+make -j1</userinput></screen>
 
     <para>
       This package does not come with a test suite. If you are planning

Modified: trunk/BOOK/postlfs/security/nss.xml
==============================================================================
--- trunk/BOOK/postlfs/security/nss.xml Tue Feb 25 03:54:44 2014        (r12781)
+++ trunk/BOOK/postlfs/security/nss.xml Tue Feb 25 04:04:57 2014        (r12782)
@@ -126,7 +126,7 @@
   USE_SYSTEM_ZLIB=1                   \
   ZLIB_LIBS=-lz                       \
   $([ $(uname -m) = x86_64 ] &amp;&amp; echo USE_64=1) \
-  $([ -f /usr/include/sqlite3.h ] &amp;&amp; echo 
NSS_USE_SYSTEM_SQLITE=1)</userinput></screen>
+  $([ -f /usr/include/sqlite3.h ] &amp;&amp; echo NSS_USE_SYSTEM_SQLITE=1) 
-j1</userinput></screen>
 
     <para>
       This package does not come with a test suite.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to