Changeset 25225 in vbox
- Timestamp:
- Dec 7, 2009 8:41:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r25224 r25225 712 712 VBOX_KMK_TIME = $(KBUILD_BIN_PATH)/kmk_time 713 713 714 # When building in parallel on a Windows host, make sure we finish the host 715 # bit before kicking off any UNIX guest or we'll run into file sharing issues. 716 ifeq ($(KBUILD_TARGET),win) 717 VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST = additions-build-win.x86 additions-build-win.amd64 718 else 719 VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST = 720 endif 721 714 722 # ASSUMES the 32-bit edition has been built already. Also for serializing VM access. 715 723 additions-build-win.amd64: additions-build-win.x86 … … 745 753 $(VBOX_KMK_TIME) rsync -a --delete --delete-excluded --exclude .svn --exclude FetchDir --exclude tinderclient.log --exclude win.amd64 --exclude win.x86 . 192.168.27.4:/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) 746 754 747 # trying to weed out who is locking files so that windows cannot open them... 748 additions-build-solaris.build-it: additions-build-solaris.rsync-into-vm additions-build-win.x86 additions-build-win.amd64 755 additions-build-solaris.build-it: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST) 749 756 $(call MSG_L1,Building Solaris/amd64 additions) 750 757 $(VBOX_KMK_TIME) ssh [email protected] " echo $@/amd64 && cd /mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) && tools/env.sh --no-wine kmk $(VBOX_ADDITIONS_BUILD.amd64) all packing" … … 771 778 #endif 772 779 773 # trying to weed out who is locking files so that windows cannot open them... 774 additions-build-linux.amd64: additions-build-win.x86 additions-build-win.amd64 780 additions-build-linux.amd64: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST) 775 781 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64) 776 782 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK) … … 781 787 endif 782 788 783 # trying to weed out who is locking files so that windows cannot open them... 784 additions-build-linux.x86: additions-build-win.x86 additions-build-win.amd64 789 additions-build-linux.x86: $(VBOX_ADDITIONS_BUILD_WIN_HOST_FIRST) 785 790 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86) 786 791 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
Note:
See TracChangeset
for help on using the changeset viewer.