mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Add install_local_cfg makro
This commit is contained in:
parent
e017b33927
commit
999cf0d7d6
1 changed files with 4 additions and 0 deletions
|
|
@ -206,6 +206,10 @@ define make_subdirs_target
|
|||
set -e; for D in $(SUBDIRS) ; do make -C $$D $@; done
|
||||
endef
|
||||
|
||||
define install_local_cfg
|
||||
$(INSTALL) -o $(CFGOWNER) -g $(CFGGROUP) -m $(CFGMODE) $< $@
|
||||
endef
|
||||
|
||||
LD_LIBRARY_PATH = $(LIBDIR)
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue