From 1a054c83fb315a8ed931368b7693d365c2770d26 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 19 Mar 2025 18:38:41 +0000 Subject: [PATCH] Makefile: Force pipe-based jobserver Signed-off-by: Ian Jackson --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2