Browse Source

README: don't suggest building in parallel

It doesn't work for the first build, because dependencies are not yet
generated.  Subsequent builds should work fine in parallel though.
Baptiste Jonglez 7 years ago
parent
commit
210a4abd18
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -80,7 +80,7 @@ development headers installed: on Debian, the packages are `kea-dev` and
 
 To build, simply run:
 
-    $ make -j
+    $ make
 
 Some notes on Kea versions:
 
@@ -101,7 +101,7 @@ Then build this hook with:
     $ export KEA_MSG_COMPILER=~/kea/src/lib/log/compiler/kea-msg-compiler
     $ export KEA_INCLUDE=~/kea/src/lib
     $ export KEA_LIB=/tmp/kea/usr/local/lib
-    $ make -j
+    $ make
 
 ## How to use this hook