mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Add topdir to proj_query
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e015fcfa51
commit
8783b54b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ define install_links
|
|||
done;
|
||||
endef
|
||||
|
||||
proj_query = $(shell python $(MOD_SCRIPT_DIR)/projects.py -p $(PROJECTS_DIR) $(1))
|
||||
proj_query = $(shell python $(MOD_SCRIPT_DIR)/projects.py -p $(PROJECTS_DIR) -t $(TOPDIR) $(1))
|
||||
proj_dir = $(call proj_query,proj-dir $(1))
|
||||
|
||||
# ----- local.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue