mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
defs.mk: Replace "-" by "_" in PROJECT_CAPNAME
This commit is contained in:
parent
e2861fe97c
commit
a8bd703c7d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ FRESH_CVSDIR = $(HOME)/local/src/cvs.fresh
|
||||||
ARCH = @ARCH@
|
ARCH = @ARCH@
|
||||||
FIND_SUBDIRS = $(filter-out . .. ./nomake ./CVS $(addprefix ./,$(IGNORE_SUBDIRS)), $(shell find . -maxdepth 1 -type d))
|
FIND_SUBDIRS = $(filter-out . .. ./nomake ./CVS $(addprefix ./,$(IGNORE_SUBDIRS)), $(shell find . -maxdepth 1 -type d))
|
||||||
|
|
||||||
PROJECT_CAPNAME = $(shell echo $(PROJECT) | tr [a-z] [A-Z])
|
PROJECT_CAPNAME = $(shell echo $(PROJECT) | tr [a-z] [A-Z] | sed 's/-/_/g')
|
||||||
|
|
||||||
BINARY_VERSION = $(shell echo $(PROJECT)_$(VERSION) | tr [a-z] [A-Z] | sed 's/-[^-]*$$//; s/-/_/g')
|
BINARY_VERSION = $(shell echo $(PROJECT)_$(VERSION) | tr [a-z] [A-Z] | sed 's/-[^-]*$$//; s/-/_/g')
|
||||||
FTP_PCKG_DIR = /pub/packages
|
FTP_PCKG_DIR = /pub/packages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue