mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Add BUILD_SYSCFGDIR and BUILD_LD_CONFDIR
This commit is contained in:
parent
73940094e7
commit
02a1b811cc
1 changed files with 2 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ INSTALLED_CFG ?= $(addprefix $(INSTALL_CFGDIR)/,$(wildcard *.conf))
|
|||
# -- SYSCFG
|
||||
SYSCFG_FILES += $(basename $(wildcard *.sysconf))
|
||||
BUILD_SYSCFG = $(TOPDIR)/conf
|
||||
BUILD_SYSCFGDIR = $(BUILD_SYSCFG)
|
||||
INSTALL_SYSCFGDIR ?= $(SYSCFG_DIR)
|
||||
INSTALLED_SYSCFG ?= $(addprefix $(INSTALL_SYSCFGDIR)/,$(SYSCFG_FILES))
|
||||
|
||||
|
|
@ -349,6 +350,7 @@ INSTALLED_JAVA ?= $(addprefix $(INSTALL_JAVADIR)/,$(JAVA_JARS))
|
|||
# -- LD_CONF
|
||||
ifneq ($(TARGET),mingw)
|
||||
LD_CONF += ld-$(PROJECT).conf
|
||||
BUILD_LD_CONFDIR = $(TOPDIR)/lib/ld.so.conf.d
|
||||
INSTALL_LD_CONFDIR = $(LD_CONF_DIR)
|
||||
INSTALLED_LD_CONF = $(addprefix $(INSTALL_LD_CONFDIR)/,$(LD_CONF))
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue