defs.mk: Add beautify_lib_path helper function variable

This commit is contained in:
Jan Lindemann 2007-09-08 16:17:34 +00:00 committed by Jan Lindemann
commit d40bac2bb4

View file

@ -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//')