mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
defs.mk: Add IMAGE_DIR variable definition
This commit is contained in:
parent
c775679418
commit
6d76babea0
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ REV_SUBDIRS = $(shell echo $(SUBDIRS) | awk '{for (i=NF; i>=1; i--) p
|
|||
FRESH_CVSDIR = $(HOME)/local/src/cvs.fresh
|
||||
ARCH = @ARCH@
|
||||
FIND_SUBDIRS = $(filter-out . .. ./nomake ./CVS $(addprefix ./,$(IGNORE_SUBDIRS)), $(shell find . -maxdepth 1 -type d))
|
||||
IMAGE_DIR ?= $(CVS_ROOT_DIR)/images
|
||||
|
||||
PROJECT_CAPNAME = $(shell echo $(PROJECT) | tr [a-z] [A-Z] | sed 's/-/_/g')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue