Changeset 25224 in vbox
- Timestamp:
- Dec 7, 2009 8:09:39 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55729
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r25223 r25224 771 771 #endif 772 772 773 additions-build-linux.amd64: 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 774 775 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64) 775 776 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.amd64) all $(VBOX_ADD_HOST_BUILD_TWEAK) … … 780 781 endif 781 782 782 additions-build-linux.x86: 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 783 785 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86) 784 786 + $(VBOX_KMK_TIME) $(KMK) $(VBOX_ADDITIONS_BUILD.x86) all $(VBOX_ADD_HOST_BUILD_TWEAK)
Note:
See TracChangeset
for help on using the changeset viewer.