mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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"
|
sed "s/\([^ ][^ ]*\) *\([<>=]*\) *\([^ ]*\)/$(FLAVOUR_PREFIX)\1 \2 \3/g"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define beautify_lib_path
|
||||||
|
sed 's/:/\n + /g'
|
||||||
|
endef
|
||||||
|
|
||||||
#$(shell cat $1/VERSION | sed 's/-dev//; s/-[^-]*$$//')
|
#$(shell cat $1/VERSION | sed 's/-dev//; s/-[^-]*$$//')
|
||||||
define cat_version
|
define cat_version
|
||||||
$(shell cat $1/VERSION | sed 's/-dev//')
|
$(shell cat $1/VERSION | sed 's/-dev//')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue