]> Cypherpunks.ru repositories - goredo.git/commitdiff
Explicitly mention about --jobserver-style=pipe
authorSergey Matveev <stargrave@stargrave.org>
Sun, 24 Sep 2023 08:44:11 +0000 (11:44 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 24 Sep 2023 08:44:11 +0000 (11:44 +0300)
doc/features.texi
doc/jobserver.texi

index 06317a583fd2844873f76d35dc5fd5591fee0a73..9e32336b47184da00d9d43ba6abdf451ff3357ac 100644 (file)
@@ -43,6 +43,8 @@ implementations.
     @command{tai64nlocal} utility from
     @url{http://cr.yp.to/daemontools.html, daemontools}, or similar one:
     @code{go install go.cypherpunks.ru/tai64n/v2/cmd/tai64nlocal}
-@item Either GNU Make or bmake @ref{Jobserver, jobserver} compatibility support
+@item Either @url{https://www.gnu.org/software/make/, GNU Make}
+    or @url{http://netbsd.org/, NetBSD}'s @command{bmake}
+    @ref{Jobserver, jobserver} compatibility support
 
 @end itemize
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.