mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Everywhere: Rename MOD_SCRIPT_DIR -> JWB_SCRIPT_DIR
Follow name change of MODDIR -> JWBDIR. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b2d6e6f554
commit
bdd66dbc26
25 changed files with 65 additions and 65 deletions
|
|
@ -16,9 +16,9 @@ $(eval $(call try_include,$(JWBDIR)/make/pre-local.mk))
|
|||
$(eval $(call try_include,$(TOPDIR)/make/pre-local.mk))
|
||||
$(eval $(call try_include,pre-local.mk))
|
||||
|
||||
MOD_SCRIPT_DIR := $(firstword $(wildcard $(JWBDIR)/scripts $(JWBDIR)/bin))
|
||||
JWB_SCRIPT_DIR := $(firstword $(wildcard $(JWBDIR)/scripts $(JWBDIR)/bin))
|
||||
ifndef GET_OS_SH
|
||||
GET_OS_SH := $(SHELL) $(MOD_SCRIPT_DIR)/get-os.sh
|
||||
GET_OS_SH := $(SHELL) $(JWB_SCRIPT_DIR)/get-os.sh
|
||||
endif
|
||||
|
||||
# -- product
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue