chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1185d2
)
Makefile: Force pipe-based jobserver
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 19 Mar 2025 18:38:41 +0000
(18:38 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 19 Mar 2025 18:44:46 +0000
(18:44 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 105af059426c5c3dc80c14b9324853ee64797681..59d86c7320bcbaec3f21b8aeba2fad5b9f26d95a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,6
+6,9
@@
SHELL=/bin/bash
default: all
+# the fifo-based jobserver doesn't work through nailing-cargo, obviously
+MAKEFLAGS += --jobserver-style=pipe
+
SPHINXBUILD ?= sphinx-build
INSTALL ?= install