mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 04:53:57 +01:00
exe.mk: Split defs and rules -> ldlibpath.mk, rules.mk
Push LD_LIBRARY_PATH defs from exe.mk into ldlibpath.mk, and rules into rules.mk.
This commit is contained in:
parent
b3f91844ba
commit
9d141fe861
3 changed files with 11 additions and 5 deletions
7
make/ldlibpath.mk
Normal file
7
make/ldlibpath.mk
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# jan's utility modules
|
||||
# (c) 2001-2005 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
LD_LIB_PATH_ORIG := $(LD_LIBRARY_PATH)
|
||||
export LD_LIBRARY_PATH=$(shell echo $(strip $(LD_LIB_PATH):$(LD_LIB_PATH_ORIG)) | sed 's/ /:/g; s/::/:/g')
|
||||
Loading…
Add table
Add a link
Reference in a new issue