From 03386c76dff8e133da109c13e1d648682b64b139 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 8 Mar 2024 10:59:26 +0100 Subject: disable parallel builds in Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ea332c9..b468a75 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ V=$(shell git describe) SHELL=/bin/bash BUILDTOOLVER ?= $(V) +# builds with relf-referencing wildcards are not deterministic, switch of parallel builds +.NOTPARALLEL: + PREFIX = /usr/local MANDIR = $(PREFIX)/share/man DATADIR = $(PREFIX)/share/devtools -- cgit v1.2.3-54-g00ecf