ソースを参照

The new bc does not support parallel make

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 8 年 前
コミット
1c4fbaad74
1 ファイル変更1 行追加1 行削除
  1. 1 1
      chapter06/bc.xml

+ 1 - 1
chapter06/bc.xml

@@ -94,7 +94,7 @@ ln -sfv libncurses.so.6 /usr/lib/libncurses.so</userinput></screen>
 
     <para>Compile the package:</para>
 
-<screen><userinput remap="make">make</userinput></screen>
+<screen><userinput remap="make">make -j1</userinput></screen>
 
     <para>To test bc, run the commands below. There is quite a bit of output,
     so you may want to redirect it to a file. There are a very small percentage