VirtualBox

Changeset 76658 in vbox


Ignore:
Timestamp:
Jan 6, 2019 5:19:46 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127964
Message:

/Makefile.kmk: Make rsync use the same ssh as we do for the command execution. [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r76653 r76658  
    967967
    968968
    969 ## Overridable ssh alias.
     969## Overridable ssh name.
    970970# On windows build boxes install https://github.com/PowerShell/Win32-OpenSSH/releases
    971971# and point to it in LocalConfig.  (The cygwin ssh frequently segfaults due to
    972972# termination race or something along those lines.)
    973973VBOX_SSH ?= ssh
    974 
    975 ## Overridable rsh alias.
    976 VBOX_RSYNC ?= rsync --rsh="$(VBOX_SSH)"
     974VBOX_SSH_FOR_RSYNC ?= $(VBOX_SSH)
     975
     976## Overridable rsh name.
     977VBOX_RSYNC ?= rsync --rsh="$(VBOX_SSH_FOR_RSYNC)"
    977978
    978979##
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette