VirtualBox

Changeset 29784 in vbox for trunk/src


Ignore:
Timestamp:
May 25, 2010 1:16:54 PM (15 years ago)
Author:
vboxsync
Message:

use KBUILD_HOST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/tests/Makefile.kmk

    r29782 r29784  
    1111#
    1212
    13 
    14 KBUILD_TARGET=linux
    15 
    16 ifeq ($(KBUILD_TARGET),darwin)
     13ifeq ($(KBUILD_HOST),darwin)
    1714 VBOX_BIN=/Applications/VirtualBox.app/Contents/MacOS
    1815 VBOX_SDK=$(VBOX_BIN)/sdk
     
    2017endif
    2118
    22 ifeq ($(KBUILD_TARGET),linux)
     19ifeq ($(KBUILD_HOST),linux)
    2320 VBOX_SDK=/home/nike/work/ws/out/linux.amd64/debug/bin/sdk
    2421 VBOX_BIN=/home/nike/work/ws/out/linux.amd64/debug/bin
    2522endif
    2623
    27 ifeq ($(KBUILD_TARGET),win)
     24ifeq ($(KBUILD_HOST),win)
    2825 VBOX_SDK=e:/ws/out/win.amd64/debug/bin/sdk
    2926 VBOX_BIN=e:/ws/out/win.amd64/debug/bin
    3027endif
    3128
    32 ifeq ($(KBUILD_TARGET),win)
     29ifeq ($(KBUILD_HOST),win)
    3330 VBOX_JAR=$(VBOX_SDK)/bindings/mscom/java/vboxjmscom.jar
    3431else
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