From a7dd6076675d246ab45b9057993bf8c1496d7f13 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 11 Aug 2026 07:55:42 +0200 Subject: [PATCH] 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 --- make/platform.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/platform.mk b/make/platform.mk index 22d6846e..7b00642d 100644 --- a/make/platform.mk +++ b/make/platform.mk @@ -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