mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
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:
parent
d3c6ed87e4
commit
7436e9799b
3 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue