mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
defs-dev.mk: Add CATCH_ONLY_YERROR, defaulting to true
This commit is contained in:
parent
f14b604611
commit
aec4c05c93
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ WORKING_DIR ?= $(VAR_PREFIX)/lock
|
||||||
LOGNAME ?= $(shell whoami)-$(PROJECT)
|
LOGNAME ?= $(shell whoami)-$(PROJECT)
|
||||||
DAEMON_RUN_USER ?= $(shell whoami)
|
DAEMON_RUN_USER ?= $(shell whoami)
|
||||||
DAEMON_RUN_GROUP ?= $(shell id -gn)
|
DAEMON_RUN_GROUP ?= $(shell id -gn)
|
||||||
|
CATCH_ONLY_YERROR?= true
|
||||||
|
|
||||||
# -- file attributes
|
# -- file attributes
|
||||||
EXEOWNER ?= $(shell whoami)
|
EXEOWNER ?= $(shell whoami)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue