mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Add FIND_SUBDIRS convenience variable
This commit is contained in:
parent
eed3b76604
commit
5b2792e11d
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ CVS_ROOT_DIR = $(shell test -d CVS && pwd | sed -e "s%`cat CVS/Reposit
|
|||
REV_SUBDIRS = $(shell echo $(SUBDIRS) | awk '{for (i=NF; i>=1; i--) printf ("%s ",$$i)}')
|
||||
FRESH_CVSDIR = $(HOME)/local/src/cvs.fresh
|
||||
|
||||
FIND_SUBDIRS = $(filter-out . .. ./CVS, $(shell find . -type d -maxdepth 1))
|
||||
|
||||
PROJECT_CAPNAME = $(shell echo $(PROJECT) | tr [a-z] [A-Z])
|
||||
|
||||
BINARY_VERSION = $(shell echo $(PROJECT)_$(VERSION) | tr [a-z] [A-Z] | sed 's/-[^-]*$$//')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue