defs*.mk: Add PROJECTS_DIR

PROJECTS_DIR is a new variable to abstract away differences from
DEVELOPMENT == true or false.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-01-28 13:02:42 +00:00
commit 7436e9799b
3 changed files with 3 additions and 1 deletions

View file

@ -710,7 +710,7 @@ define install_links
done;
endef
proj_query = $(shell python $(MOD_SCRIPT_DIR)/projects.py -p $(CVS_PROJ_DIR) $(1))
proj_query = $(shell python $(MOD_SCRIPT_DIR)/projects.py -p $(PROJECTS_DIR) $(1))
proj_dir = $(call proj_query,proj-dir $(1))
# ----- local.mk