defs-dev.mk: Add CATCH_ONLY_YERROR, defaulting to true

This commit is contained in:
Jan Lindemann 2007-08-25 11:22:55 +00:00 committed by Jan Lindemann
commit aec4c05c93

View file

@ -26,6 +26,7 @@ WORKING_DIR ?= $(VAR_PREFIX)/lock
LOGNAME ?= $(shell whoami)-$(PROJECT)
DAEMON_RUN_USER ?= $(shell whoami)
DAEMON_RUN_GROUP ?= $(shell id -gn)
CATCH_ONLY_YERROR?= true
# -- file attributes
EXEOWNER ?= $(shell whoami)