From: Ian Jackson Date: Wed, 19 Mar 2025 18:38:41 +0000 (+0000) Subject: Makefile: Force pipe-based jobserver X-Git-Tag: debian/1.3.1~10^2~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=1a054c83fb315a8ed931368b7693d365c2770d26;p=hippotat.git Makefile: Force pipe-based jobserver Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 105af05..59d86c7 100644 --- 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