VirtualBox

Changeset 6005

Show
Ignore:
Timestamp:
12/07/07 21:38:37 (1 year ago)
Author:
vboxsync
Message:

Introducing VBOX_ONLY_ADDITIONS.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy