mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 21:57:38 +01:00
make, scripts: Rename CVS_PROJ_DIR to PROJECTS_DIR
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e827efadd5
commit
75bc87ad44
7 changed files with 12 additions and 12 deletions
|
|
@ -40,7 +40,7 @@ BIN_INSTALL := /usr/bin/install
|
|||
SUDO ?= /usr/bin/sudo
|
||||
|
||||
# ----- standard variables
|
||||
CVSTOPDIR ?= $(CVS_PROJ_DIR)/..
|
||||
CVSTOPDIR ?= $(PROJECTS_DIR)/..
|
||||
|
||||
ifeq ($(PROJECT),)
|
||||
PROJECT := $(patsubst $(FLAVOUR_PREFIX)%,%,$(notdir $(shell cd $(TOPDIR); $(PWD) | $(SED) 's/.*\///; s/-[0-9].*//')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue