projects-dir.mk: Allow external CVS_RSH

Last commits on projects-dir.mk and projs-dir.mk disallowed
redefinition of CVS_RSH, which is bad for automatic build, undo that.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-12-06 19:35:44 +00:00
commit 964390c79d

View file

@ -47,12 +47,15 @@ ifeq ($(JANWARE_USER),)
endif
export CVSROOT = :ext:$(JANWARE_USER)@cvs.jannet.de:/home/jannet/arc/cvs
export CVS_RSH = ssh
ifeq ($(CVS_RSH),)
export CVS_RSH = ssh
endif
ifneq ($(CLONE_FROM_USER),)
export PGIT_CLONE_FROM_USER = $(CLONE_FROM_USER)
else
export PGIT_CLONE_FROM_USER=$(JANWARE_USER)
export PGIT_CLONE_FROM_USER = $(JANWARE_USER)
endif
# ------------ commands