mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 06:30:38 +01:00
make: Replace direct invocations of ssh by $(CVS_RSH)
This commit is contained in:
parent
6a8a45c57e
commit
3b954bc5c1
8 changed files with 24 additions and 23 deletions
|
|
@ -37,6 +37,7 @@ LOCAL_DIST_VERSION = $(shell echo $(LOCAL_VERSION) | sed -e "s/-dev//")
|
|||
LOCAL_DIST_WINVERSION = $(shell echo $(LOCAL_WINVERSION) | sed -e "s/-dev//")
|
||||
MAJOR_MINOR_RELEASE = $(shell echo $(DIST_VERSION) | cut -d- -f1)
|
||||
BUILD_NUMBER = $(shell echo $(DIST_VERSION) | cut -d- -f2)
|
||||
CVS_RSH ?= /usr/bin/ssh
|
||||
|
||||
# ----- input dirs
|
||||
MOD_SCRIPT_DIR ?= $(firstword $(wildcard $(MODDIR)/devutil/scripts $(MODDIR)/bin))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue