mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
projects.mk: PROJECTS_PY_EXTRA_(ARGS->OPTS)
Rename the variable PROJECTS_PY_EXTRA_ARGS to PROJECTS_PY_EXTRA_OPTS to be consistent with projects-dir.mk. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
58ae1b68ca
commit
6ba9b2079d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ endif
|
|||
include $(JWBDIR)/make/py-version.mk
|
||||
|
||||
ifneq ($(TOPDIR),)
|
||||
proj_query_cmd = PYTHONPATH=$(JWBDIR)/src/python $(PYTHON) $(JWB_SCRIPT_DIR)/jw-projects.py -p $(PROJECTS_DIR) -t $(TOPDIR) $(PROJECTS_PY_EXTRA_ARGS)
|
||||
proj_query_cmd = PYTHONPATH=$(JWBDIR)/src/python $(PYTHON) $(JWB_SCRIPT_DIR)/jw-projects.py -p $(PROJECTS_DIR) -t $(TOPDIR) $(PROJECTS_PY_EXTRA_OPTS)
|
||||
proj_query = $(shell $(proj_query_cmd) $(1))
|
||||
proj_dir = $(call proj_query,proj-dir $(1))
|
||||
htdocs_dir = $(call proj_query,htdocs-dir $(1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue