VirtualBox

Changeset 71575 in vbox


Ignore:
Timestamp:
Mar 29, 2018 3:25:50 PM (6 years ago)
Author:
vboxsync
Message:

/Makefile.kmk: Try send in the cleanup crew before rsyncing in & out of the OS/2 VM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r71573 r71575  
    10221022
    10231023#
     1024# For killing old build jobs in the OS/2 VM before rsyncing.
     1025#
     1026VBOX_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#
    10241030# Build the additions, all of them.
    10251031#
     
    11571163 else
    11581164additions-build-os2.rsync-into-vm:
     1165        -$(VBOX_BLD_VM_OS2_KKILL_STUFF)
    11591166        $(TIME_EXT) -- $(call VBOX_RSYNC_IN_FN,os2,*) \
    11601167                '--exclude=src/VBox/Additions/x11/**' \
     
    11701177
    11711178additions-build-os2.rsync-out-of-vm: additions-build-os2.build-it
     1179        -$(VBOX_BLD_VM_OS2_KKILL_STUFF)
    11721180        $(TIME_EXT) -- rsync -v -a --delete rsync://vbox@$(VBOX_BLD_VM_OS2_IP)/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)/out/os2.x86 ./out
    11731181
     
    15671575else # !OS/2
    15681576validationkit-build-os2.rsync-into-vm:
     1577        -$(VBOX_BLD_VM_OS2_KKILL_STUFF)
    15691578        $(TIME_EXT) -- $(call VBOX_RSYNC_IN_FN,os2,*) \
    15701579                '--exclude=src/VBox/Additions/x11/**' \
     
    15801589
    15811590validationkit-build-os2.rsync-out-of-vm: validationkit-build-os2.build-it
     1591        -$(VBOX_BLD_VM_OS2_KKILL_STUFF)
    15821592        $(TIME_EXT) -- rsync -v -a --delete rsync://vbox@$(VBOX_BLD_VM_OS2_IP)/tinderbox/$(VBOX_VALIDATIONKIT_BUILD_SUBDIRNAME)/out/os2.x86 ./out
    15831593
Note: See TracChangeset for help on using the changeset viewer.

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