mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
defs.mk: Fix PROJECT (removed version for version auto-generated from directory)
This commit is contained in:
parent
e86ce54c6a
commit
52db6bd7a3
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ endif
|
||||||
|
|
||||||
# ----- standard variables
|
# ----- standard variables
|
||||||
|
|
||||||
PROJECT ?= $(shell (cd $(TOPDIR); basename `pwd`))
|
PROJECT ?= $(shell (cd $(TOPDIR); basename `pwd` | sed 's/-[0-9].*//'))
|
||||||
PROJECT_DESCR ?= No description
|
PROJECT_DESCR ?= No description
|
||||||
CUSTOMER ?= jannet
|
CUSTOMER ?= jannet
|
||||||
VERSION ?= $(shell cat $(TOPDIR)/VERSION)
|
VERSION ?= $(shell cat $(TOPDIR)/VERSION)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue