mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +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
|
|
@ -267,3 +267,6 @@ prepend_header:
|
|||
|
||||
remake:
|
||||
make $(addprefix -W ,$(SRC_FILES)) $(filter-out remake,$(MAKECMDGOALS))
|
||||
|
||||
libpath:
|
||||
@echo "export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue