소스 검색

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