platform.mk: Remove --topdir-format from JW_PKG_PY
Some uses of $(JW_PKG_PY) need to ensure their own topdir format, which results in two options on jw-pkg.py's command line, with the second overwriting the first. This works but is a minor uglyness. Since the default built into jw-pkg works for all other cases, remove --topdir-format from the JW_PKG_PY variable. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f70b14e92b
commit
a7dd607667
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ JWB_SCRIPT_DIR := $(firstword $(wildcard $(JWBDIR)/scripts $(JWBDIR
|
|||
|
||||
include $(JWBDIR)/make/py-version.mk
|
||||
|
||||
JW_PKG_PY = $(PYTHON) $(JWB_SCRIPT_DIR)/jw-pkg.py -p $(PROJECTS_DIR) -t $(TOPDIR) --topdir-format absolute $(JW_PKG_PY_EXTRA_OPTS)
|
||||
JW_PKG_PY = $(PYTHON) $(JWB_SCRIPT_DIR)/jw-pkg.py -p $(PROJECTS_DIR) -t $(TOPDIR) $(JW_PKG_PY_EXTRA_OPTS)
|
||||
|
||||
# -- product
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue