Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '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