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

@ -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].*//')))