]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/jobserver.texi
Explicitly mention about --jobserver-style=pipe
[goredo.git] / doc / jobserver.texi
index db795fe43b8c0bcc079e02cb61d70de80ba29742..e1e73296c0395478393f910dc3d8b1470891c1bb 100644 (file)
@@ -12,6 +12,7 @@ pre-filled with required number of tokens.
 @pindex bmake
 @pindex gmake
 @command{goredo} can be integrated with
+@url{http://netbsd.org/, NetBSD}'s
 @url{http://www.crufty.net/help/sjg/bmake.htm, bmake} and
 @url{https://www.gnu.org/software/make/, GNU Make} (@command{gmake})
 jobserver protocol. All three of them use the same principle of
@@ -26,6 +27,7 @@ numbers to child process.
 Pass @code{-j 1 -J X,Y} arguments through @env{$MAKEFLAGS} variable.
 @item gmake
 Pass @code{--jobserver-auth=X,Y} arguments through @env{$MAKEFLAGS} variable.
+Beware that only @option{--jobserver-style=pipe} protocol is supported!
 @item none
 Pass @code{X,Y} arguments through @env{$REDO_JS_FD} variable.
 Used by default, if @env{$REDO_MAKE} is not set.