VirtualBox

Changeset 79893 in vbox for trunk


Ignore:
Timestamp:
Jul 19, 2019 5:20:35 PM (6 years ago)
Author:
vboxsync
Message:

apps/Makefile.kmk: Don't build any of this unless we're on a supported vbox host.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/apps/Makefile.kmk

    r76553 r79893  
    1919include $(KBUILD_PATH)/subheader.kmk
    2020
    21 ifdef VBOX_WITH_KCHMVIEWER
    22  ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-4.3),)
    23   include $(PATH_SUB_CURRENT)/kchmviewer-4.3/Makefile.kmk
     21if1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS))
     22 ifdef VBOX_WITH_KCHMVIEWER
     23  ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-4.3),)
     24   include $(PATH_SUB_CURRENT)/kchmviewer-4.3/Makefile.kmk
     25  endif
    2426 endif
    25 endif
    26 ifeq ($(KBUILD_TARGET),linux)
    27  ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),)
    28   include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk
     27 ifeq ($(KBUILD_TARGET),linux)
     28  ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),)
     29   include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk
     30  endif
    2931 endif
    3032endif
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