mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 04:53:57 +01:00
Everywhere: Rename MODDIR -> JWBDIR
Rename the omnipresent MODDIR variable to JWBDIR, since that's more to the point. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1ff63505e7
commit
b2d6e6f554
109 changed files with 279 additions and 277 deletions
|
|
@ -10,13 +10,13 @@ define try_include
|
|||
endif
|
||||
endef
|
||||
|
||||
$(eval $(call try_include,$(MODDIR)/make/.cache.mk))
|
||||
$(eval $(call try_include,$(JWBDIR)/make/.cache.mk))
|
||||
$(eval $(call try_include,$(TOPDIR)/make/.cache.mk))
|
||||
$(eval $(call try_include,$(MODDIR)/make/pre-local.mk))
|
||||
$(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 $(MODDIR)/scripts $(MODDIR)/bin))
|
||||
MOD_SCRIPT_DIR := $(firstword $(wildcard $(JWBDIR)/scripts $(JWBDIR)/bin))
|
||||
ifndef GET_OS_SH
|
||||
GET_OS_SH := $(SHELL) $(MOD_SCRIPT_DIR)/get-os.sh
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue