Changeset 76661 in vbox
- Timestamp:
- Jan 6, 2019 7:21:38 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r76659 r76661 975 975 976 976 ## Overridable rsh name. 977 VBOX_RSYNC ?= rsync --rsh="$(VBOX_SSH_FOR_RSYNC)"978 VBOX_RSYNC_ RSH ?= rsync977 VBOX_RSYNC ?= rsync --rsh="$(VBOX_SSH_FOR_RSYNC)" 978 VBOX_RSYNC_NOSSH ?= rsync 979 979 980 980 ## … … 984 984 # @param 1 os name. 985 985 # @param 2 arch or *. 986 # @param 3 rsh or empty987 # 988 VBOX_RSYNC_IN_FN = $(if-expr "$(3)" != " rsh",$(VBOX_RSYNC),$(VBOX_RSYNC_RSH))\986 # @param 3 nossh or empty 987 # 988 VBOX_RSYNC_IN_FN = $(if-expr "$(3)" != "nossh",$(VBOX_RSYNC),$(VBOX_RSYNC_NOSSH))\ 989 989 -a -v --delete --delete-excluded --prune-empty-dirs \ 990 990 --exclude=*.pyc \ … … 1177 1177 additions-build-os2.rsync-into-vm: 1178 1178 -$(VBOX_BLD_VM_OS2_KKILL_STUFF) 1179 $(TIME) -- $(call VBOX_RSYNC_IN_FN,os2,*, rsh)\1179 $(TIME) -- $(call VBOX_RSYNC_IN_FN,os2,*,nossh)\ 1180 1180 '--exclude=src/VBox/Additions/x11/**' \ 1181 1181 '--exclude=src/VBox/Additions/WINNT/**' \ … … 1191 1191 additions-build-os2.rsync-out-of-vm: additions-build-os2.build-it 1192 1192 -$(VBOX_BLD_VM_OS2_KKILL_STUFF) 1193 $(TIME) -- $(VBOX_RSYNC_ RSH) -v -a --delete rsync://vbox@$(VBOX_BLD_VM_OS2_IP)/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/os2.x86 ./out1193 $(TIME) -- $(VBOX_RSYNC_NOSSH) -v -a --delete rsync://vbox@$(VBOX_BLD_VM_OS2_IP)/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/os2.x86 ./out 1194 1194 1195 1195 .NOTPARALLEL: additions-build-os2.rsync-into-vm … … 1693 1693 validationkit-build-os2.rsync-into-vm: 1694 1694 -$(VBOX_BLD_VM_OS2_KKILL_STUFF) 1695 $(TIME) -- $(call VBOX_RSYNC_IN_FN,os2,*, rsh) \1695 $(TIME) -- $(call VBOX_RSYNC_IN_FN,os2,*,nossh) \ 1696 1696 '--exclude=src/VBox/Additions/x11/**' \ 1697 1697 '--exclude=src/VBox/Additions/WINNT/**' \ … … 1707 1707 validationkit-build-os2.rsync-out-of-vm: validationkit-build-os2.build-it 1708 1708 -$(VBOX_BLD_VM_OS2_KKILL_STUFF) 1709 $(TIME) -- $(VBOX_RSYNC_ RSH) -v -a --delete rsync://vbox@$(VBOX_BLD_VM_OS2_IP)/tinderbox/$(VBOX_VALIDATIONKIT_BUILD_SUBDIRNAME)/out/os2.x86 ./out1709 $(TIME) -- $(VBOX_RSYNC_NOSSH) -v -a --delete rsync://vbox@$(VBOX_BLD_VM_OS2_IP)/tinderbox/$(VBOX_VALIDATIONKIT_BUILD_SUBDIRNAME)/out/os2.x86 ./out 1710 1710 1711 1711 .PHONY: validationkit-build-os2.rsync-into-vm validationkit-build-os2.rsync-out-of-vm validationkit-build-os2.build-it
Note:
See TracChangeset
for help on using the changeset viewer.