Changeset 76658 in vbox
- Timestamp:
- Jan 6, 2019 5:19:46 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127964
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r76653 r76658 967 967 968 968 969 ## Overridable ssh alias.969 ## Overridable ssh name. 970 970 # On windows build boxes install https://github.com/PowerShell/Win32-OpenSSH/releases 971 971 # and point to it in LocalConfig. (The cygwin ssh frequently segfaults due to 972 972 # termination race or something along those lines.) 973 973 VBOX_SSH ?= ssh 974 975 ## Overridable rsh alias. 976 VBOX_RSYNC ?= rsync --rsh="$(VBOX_SSH)" 974 VBOX_SSH_FOR_RSYNC ?= $(VBOX_SSH) 975 976 ## Overridable rsh name. 977 VBOX_RSYNC ?= rsync --rsh="$(VBOX_SSH_FOR_RSYNC)" 977 978 978 979 ##
Note:
See TracChangeset
for help on using the changeset viewer.