VirtualBox

Changeset 6005 in vbox


Ignore:
Timestamp:
Dec 7, 2007 8:38:37 PM (17 years ago)
Author:
vboxsync
Message:

Introducing VBOX_ONLY_ADDITIONS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.kmk

    r6004 r6005  
    1919include $(PATH_KBUILD)/header.kmk
    2020
    21 # build Runtime first when IPC logging is on because it depends on Runtime
    22 ifdef VBOX_IPC_RELEASE_LOG
    23  SUBDIRS = VBox/Runtime
    24 else ifneq ($(BUILD_TYPE),release)
    25  SUBDIRS = VBox/Runtime
    26 else
    27  SUBDIRS =
    28 endif
     21ifdef VBOX_ONLY_ADDITIONS
     22 SUBDIRS = VBox
    2923
    30 SUBDIRS += bldprogs libs VBox
    31 ifndef VBOX_ONLY_ADDITIONS
    32  SUBDIRS += recompiler
     24else  # !VBOX_ONLY_ADDITIONS
     25 # build Runtime first when IPC logging is on because it depends on Runtime
     26 ifdef VBOX_IPC_RELEASE_LOG
     27  SUBDIRS = VBox/Runtime
     28 else ifneq ($(BUILD_TYPE),release)
     29  SUBDIRS = VBox/Runtime
     30 else
     31  SUBDIRS =
     32 endif
     33
     34 SUBDIRS += bldprogs libs VBox recompiler
    3335 ifneq ($(wildcard apps),)
    3436  SUBDIRS += apps
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