Changeset 71575 in vbox
- Timestamp:
- Mar 29, 2018 3:25:50 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Makefile.kmk (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r71573 r71575 1022 1022 1023 1023 # 1024 # For killing old build jobs in the OS/2 VM before rsyncing. 1025 # 1026 VBOX_BLD_VM_OS2_KKILL_STUFF = $(REDIRECT_EXT) --stdin-pipe -- rsh -l vbox $(VBOX_BLD_VM_OS2_IP) "kkill -All -Tree kmk.exe gcc.exe & sleep.exe 1 & kkill -All gcc.exe emxomfld.exe as.exe kmk.exe " 1027 1028 1029 # 1024 1030 # Build the additions, all of them. 1025 1031 # … … 1157 1163 else 1158 1164 additions-build-os2.rsync-into-vm: 1165 -$(VBOX_BLD_VM_OS2_KKILL_STUFF) 1159 1166 $(TIME_EXT) -- $(call VBOX_RSYNC_IN_FN,os2,*) \ 1160 1167 '--exclude=src/VBox/Additions/x11/**' \ … … 1170 1177 1171 1178 additions-build-os2.rsync-out-of-vm: additions-build-os2.build-it 1179 -$(VBOX_BLD_VM_OS2_KKILL_STUFF) 1172 1180 $(TIME_EXT) -- rsync -v -a --delete rsync://vbox@$(VBOX_BLD_VM_OS2_IP)/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/os2.x86 ./out 1173 1181 … … 1567 1575 else # !OS/2 1568 1576 validationkit-build-os2.rsync-into-vm: 1577 -$(VBOX_BLD_VM_OS2_KKILL_STUFF) 1569 1578 $(TIME_EXT) -- $(call VBOX_RSYNC_IN_FN,os2,*) \ 1570 1579 '--exclude=src/VBox/Additions/x11/**' \ … … 1580 1589 1581 1590 validationkit-build-os2.rsync-out-of-vm: validationkit-build-os2.build-it 1591 -$(VBOX_BLD_VM_OS2_KKILL_STUFF) 1582 1592 $(TIME_EXT) -- rsync -v -a --delete rsync://vbox@$(VBOX_BLD_VM_OS2_IP)/tinderbox/$(VBOX_VALIDATIONKIT_BUILD_SUBDIRNAME)/out/os2.x86 ./out 1583 1593
Note:
See TracChangeset
for help on using the changeset viewer.

