mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 22:20:39 +01:00
projects-dir.mk: Make CVS_RSH definition conditional
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3ba891676d
commit
65de66dd10
1 changed files with 4 additions and 2 deletions
|
|
@ -44,8 +44,10 @@ ifeq ($(CVSROOT),)
|
||||||
export CVSROOT
|
export CVSROOT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CVS_RSH = ssh
|
ifeq ($(CVS_RSH),)
|
||||||
export CVS_RSH
|
CVS_RSH = ssh
|
||||||
|
export CVS_RSH
|
||||||
|
endif
|
||||||
|
|
||||||
PGIT = CLONE_PROJECTS="$(PROJECTS)" CLONE_FROM_USER="$(shell whoami)" /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/pgit.sh /opt/ytools/bin/pgit.sh))
|
PGIT = CLONE_PROJECTS="$(PROJECTS)" CLONE_FROM_USER="$(shell whoami)" /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/pgit.sh /opt/ytools/bin/pgit.sh))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue