make, scripts: Rename CVS_PROJ_DIR to PROJECTS_DIR

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-12-16 10:42:23 +00:00
commit 75bc87ad44
7 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@ DIST_VERSION ?= $(VERSION)
#USE_CFG_XXX_MK ?= false
USE_PROJECT_LIB ?= false
DEVELOPMENT ?= true
CVS_PROJ_DIR := $(dir $(lastword $(MAKEFILE_LIST)))/../..
PROJECTS_DIR := $(dir $(lastword $(MAKEFILE_LIST)))/../..
ifeq ($(PROJECT),)
PROJECT = $(notdir $(shell $(PWD)))