mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Remove variables referencing other janware-projects
jw-build is meant as a generic set of tools for building other projects, so references to projects being built by jw-build introduce a circular dependency. Remove those references from defs.mk and rules.mk. Variables removed by this commit: BTOOLS_DIR FEEDFSD_DIR FEEDFS_DIR FEEDFS_GUI_DIR FEEDFS_OBJECTS_DIR FEEDFS_UTILS_DIR FEEDFS_WT_DIR JUX_SHARED_DIR SITE_DIR VALDI_DIR XCHANGE_DIR Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c5d73b6390
commit
a1bf4d9562
4 changed files with 0 additions and 57 deletions
14
make/defs.mk
14
make/defs.mk
|
|
@ -506,20 +506,6 @@ $(eval $(call try_include,$(JWBDIR)/make/local.mk))
|
|||
$(eval $(call try_include,$(TOPDIR)/make/local.mk))
|
||||
$(eval $(call try_include,local.mk))
|
||||
|
||||
BTOOLS_DIR ?= $(call proj_dir, dspider-btools)
|
||||
#DSPCD_DIR ?= $(call proj_dir, dspcd)
|
||||
#DSPCD_EC_DIR ?= $(call proj_dir, dspcd-ec)
|
||||
FEEDFSD_DIR ?= $(call proj_dir, feedfsd)
|
||||
FEEDFS_DIR := $(call proj_dir, feedfs)
|
||||
FEEDFS_GUI_DIR ?= $(call proj_dir, feedfs-gui)
|
||||
FEEDFS_OBJECTS_DIR ?= $(call proj_dir, feedfs-objects)
|
||||
FEEDFS_UTILS_DIR ?= $(call proj_dir, feedfs-utils)
|
||||
FEEDFS_WT_DIR ?= $(call proj_dir, feedfs-wt)
|
||||
JUX_SHARED_DIR ?= $(call proj_dir, jux-shared)
|
||||
SITE_DIR ?= $(call proj_dir, site)
|
||||
VALDI_DIR ?= $(call proj_dir, valdi)
|
||||
XCHANGE_DIR ?= $(call proj_dir, xchange)
|
||||
|
||||
all:
|
||||
|
||||
nothing:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue