mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk.in fix: $(call version,$(TARGET_DIR)) introduced strange leading whitespace
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
ea2d333f8a
commit
9433aff8ee
1 changed files with 2 additions and 6 deletions
|
|
@ -641,13 +641,9 @@ define beautify_lib_path
|
|||
endef
|
||||
|
||||
ifeq ($(INCLUDE_REV_IN_VERSIONS),true)
|
||||
define version
|
||||
$(shell $(CAT) $1/VERSION | $(SED) 's/-dev//')
|
||||
endef
|
||||
version = $(shell $(CAT) $1/VERSION | $(SED) 's/-dev//; s/[ ]*//g')
|
||||
else
|
||||
define version
|
||||
$(shell $(CAT) $1/VERSION | $(SED) 's/-.*//')
|
||||
endef
|
||||
version = $(shell $(CAT) $1/VERSION | $(SED) 's/-.*//; s/[ ]*//g')
|
||||
endif
|
||||
|
||||
define install_links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue