defs.mk / rules.mk: Add support for PACKAGE_INSTALL_DIR

PACKAGE_INSTALL_DIR, true by default, can be used to turn off
target dir creation from a directory to avoid duplication from
other packages

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2024-12-06 14:35:59 +00:00
commit c575537456
2 changed files with 5 additions and 0 deletions

View file

@ -227,6 +227,7 @@ ifneq ($(PROJECT_DESCR_FILE),)
endif
endif
CREATE_DEVEL ?= true
PACKAGE_INSTALL_DIR ?= true
ifeq ($(VERSION),)
ifneq ($(wildcard $(VERSION_FILE)),)