mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Add beautify_lib_path helper function variable
This commit is contained in:
parent
af6262b6e0
commit
d40bac2bb4
1 changed files with 4 additions and 0 deletions
|
|
@ -400,6 +400,10 @@ define add_flavour_prefix
|
|||
sed "s/\([^ ][^ ]*\) *\([<>=]*\) *\([^ ]*\)/$(FLAVOUR_PREFIX)\1 \2 \3/g"
|
||||
endef
|
||||
|
||||
define beautify_lib_path
|
||||
sed 's/:/\n + /g'
|
||||
endef
|
||||
|
||||
#$(shell cat $1/VERSION | sed 's/-dev//; s/-[^-]*$$//')
|
||||
define cat_version
|
||||
$(shell cat $1/VERSION | sed 's/-dev//')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue