artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce65acf
)
set BUILDUSER to build by default, this can be overwritten from the environment
author
robert
<robert@openbsd.org>
Mon, 5 Jun 2017 09:46:25 +0000
(09:46 +0000)
committer
robert
<robert@openbsd.org>
Mon, 5 Jun 2017 09:46:25 +0000
(09:46 +0000)
distrib/syspatch/bsd.syspatch.mk
patch
|
blob
|
history
diff --git
a/distrib/syspatch/bsd.syspatch.mk
b/distrib/syspatch/bsd.syspatch.mk
index
3f26594
..
ad2580e
100644
(file)
--- a/
distrib/syspatch/bsd.syspatch.mk
+++ b/
distrib/syspatch/bsd.syspatch.mk
@@
-1,4
+1,4
@@
-# $OpenBSD: bsd.syspatch.mk,v 1.
9 2017/06/05 09:44:56
robert Exp $
+# $OpenBSD: bsd.syspatch.mk,v 1.
10 2017/06/05 09:46:25
robert Exp $
#
# Copyright (c) 2016-2017 Robert Nagy <robert@openbsd.org>
#
@@
-20,6
+20,9
@@
ERRATA?=
ECURR=${ERRATA:C/_.*//}
EPREV!=echo ${ECURR} | awk '{printf "%03d\n", $$1 - 1;}'
+# use the base and xenocara build user
+BUILDUSER?= build
+
# binaries used by this makefile
FETCH= /usr/bin/ftp -Vm