VirtualBox

Ignore:
Timestamp:
May 11, 2008 6:27:49 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30738
Message:

BUILD_TARGET* -> KBUILD_TARGET*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r8757 r8758  
    2828#
    2929PROGRAMS   += tstVMStructSize tstVMStructGC tstAsmStructs tstAsmStructsGC tstVMM tstVMM-HwAccm tstGlobalConfig
    30 ifneq ($(BUILD_TARGET),win)
     30ifneq ($(KBUILD_TARGET),win)
    3131PROGRAMS   += tstVMMFork
    3232endif
    3333ifdef VBOX_WITH_TESTCASES
    3434 PROGRAMS  += tstCFGM tstSSM tstMMHyperHeap tstVMM-2 tstVMREQ tstMicro tstCompiler tstVMMR0CallHost-1
    35  ifneq ($(BUILD_TARGET),l4)
     35 ifneq ($(KBUILD_TARGET),l4)
    3636  PROGRAMS += tstAnimate
    3737 endif
     
    4747# validation testcases. Perhaps a bit hackish, but extremely useful.
    4848#
    49 ifeq ($(BUILD_TARGET),$(KBUILD_HOST))
    50  ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(BUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH)),)
     49ifeq ($(KBUILD_TARGET),$(KBUILD_HOST))
     50 ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(KBUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH)),)
    5151  OTHERS          += \
    5252        $(PATH_TARGET)/tstAsmStructs.run \
     
    217217                        $(DEFS) \
    218218                        $(DEFS.$(BUILD_TYPE)) \
    219                         $(DEFS.$(BUILD_TARGET)) \
     219                        $(DEFS.$(KBUILD_TARGET)) \
    220220                        IN_RING3 \
    221                         $(DEFS.$(BUILD_TARGET_ARCH)) \
    222                         $(DEFS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)) \
     221                        $(DEFS.$(KBUILD_TARGET_ARCH)) \
     222                        $(DEFS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)) \
    223223                ) \
    224                 -f $(if $(eq $(BUILD_TARGET),darwin),macho,elf) \
     224                -f $(if $(eq $(KBUILD_TARGET),darwin),macho,elf) \
    225225                $(foreach inc,$(INCS) $(VBOX_PATH_VMM_SRC)/testcase $(PATH_TARGET),-I$(inc)/)
    226226
Note: See TracChangeset for help on using the changeset viewer.

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