VirtualBox

Ignore:
Timestamp:
May 11, 2008 6:27:49 PM (17 years ago)
Author:
vboxsync
Message:

BUILD_TARGET* -> KBUILD_TARGET*.

File:
1 edited

Legend:

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

    r8757 r8758  
    4343endif # VBOX_WITH_TESTCASES
    4444
    45 ifeq ($(BUILD_TARGET),$(KBUILD_HOST))
    46  ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(BUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH)),)
     45ifeq ($(KBUILD_TARGET),$(KBUILD_HOST))
     46 ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(KBUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH)),)
    4747   OTHERS += \
    4848    $(PATH_TARGET)/tstShflSizes.run
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