Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-03-08 10:59:26 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2024-03-08 10:59:26 +0100
commit03386c76dff8e133da109c13e1d648682b64b139 (patch)
treea2d9294056e15767b1c4cffe81eb477f5dda1a6e
parent8f46b191dd9ef417976fe07229aa36f0f37a1f15 (diff)
disable parallel builds in Makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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