VirtualBox

Changeset 3687 in vbox


Ignore:
Timestamp:
Jul 18, 2007 2:37:17 PM (17 years ago)
Author:
vboxsync
Message:

Check that the BUILD_TYPE is valid. VBOX_BUILD_TYPES lists the valid BUILD_TYPE values for VirtualBox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r3660 r3687  
    332332ifneq ($(LOCALCFG),)
    333333 include $(LOCALCFG)
     334endif
     335
     336
     337#
     338# Check the build type.
     339#
     340VBOX_BUILD_TYPES ?= release profile debug kprofile #todo: checked
     341ifneq ($(filter-out $(VBOX_BUILD_TYPES),$(BUILD_TYPE)),)
     342 $(error Invalid BUILD_TYPE value '$(BUILD_TYPE)'. Choose one these: $(VBOX_BUILD_TYPES))
    334343endif
    335344
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