| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
99386d5492 |
conf/project: Add directory and variables
Anticipating future usefulness, add a regular project configuration directory plus two variables pointing to it: JW_PKG_CONF_BASE_DIR ?= $(firstword $(wildcard $(JW_PKG_DIR)/conf /etc/opt/jw-pkg)) JW_PKG_CONF_DIR ?= $(firstword $(wildcard $(JW_PKG_CONF_BASE_DIR)/project $(JW_PKG_CONF_BASE_DIR))) Signed-off-by: Jan Lindemann <jan@janware.com> |