VirtualBox

Changeset 9642 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 12, 2008 12:41:39 AM (17 years ago)
Author:
vboxsync
Message:

Removed the last remains of the linux additions cross compilation in the l4 build.

Location:
trunk/src/VBox/Additions
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/Makefile.kmk

    r9639 r9642  
    22## @file
    33# Top-level makefile for the VirtualBox Guest Additions.
    4 #
    5 # Cross building of the additions is generally done by remote building
    6 # by means of smbfs, cifs, VBOX_ONLY_ADDITIONS=1 and setting KBUILD_TARGET
    7 # to the desired target.
    8 #
    9 # Limited support for cross building the windows additions using wine
    10 # is provided. There are a couple of issues with the approach (lack of
    11 # signing, no VC++ 8 support, ++) that makes it unsuitable for releases.
    12 #
    13 # Building the linux additions as part of the l4 build is ok because
    14 # l4 is built on a linux platform. This is why we have to check if
    15 # KBUILD_TARGET is l4 or linux in some places, though most of the magic
    16 # is done in the templates (Config.kmk).
    174#
    185
     
    3623include $(KBUILD_PATH)/subheader.kmk
    3724
     25#
     26# Cross building of the additions is generally done by remote building
     27# by means of smbfs, cifs, VBOX_ONLY_ADDITIONS=1 and setting KBUILD_TARGET
     28# and KBUILD_TARGET_ARCH to the desired target and architecture.
     29#
     30# Limited support for cross building the windows additions using wine
     31# is provided. There are a couple of issues with the approach (lack of
     32# signing, no VC++ 8 support, ++) that makes it unsuitable for releases.
     33#
    3834#
    3935# Note! VBOX_WITH_ADDITIONS is checked for by our parent makefile.
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r9252 r9642  
    2424include $(KBUILD_PATH)/subheader.kmk
    2525
    26 # This can only be built on a real Linux system.
    27 if1of ($(KBUILD_TARGET),linux l4)
    28  include $(PATH_SUB_CURRENT)/module/Makefile.kmk
    29  include $(PATH_SUB_CURRENT)/daemon/Makefile.kmk
    30  include $(PATH_SUB_CURRENT)/sharedfolders/Makefile.kmk
    31 endif
     26include $(PATH_SUB_CURRENT)/module/Makefile.kmk
     27include $(PATH_SUB_CURRENT)/daemon/Makefile.kmk
     28include $(PATH_SUB_CURRENT)/sharedfolders/Makefile.kmk
    3229
    3330ifndef VBOX_OSE
     
    3936
    4037VBOX_PATH_LINUX_ADDITION_INSTALLER := $(PATH_SUB_CURRENT)/installer
    41 VBOX_PATH_X11_ADDITION_INSTALLER := $(PATH_ROOT)/src/VBox/Additions/x11/installer
     38VBOX_PATH_X11_ADDITION_INSTALLER   := $(PATH_ROOT)/src/VBox/Additions/x11/installer
    4239
    4340include $(KBUILD_PATH)/subfooter.kmk
  • trunk/src/VBox/Additions/x11/Makefile.kmk

    r8760 r9642  
    2424
    2525# Include sub-makefiles.
    26 if1of ($(KBUILD_TARGET), freebsd l4 linux solaris)
     26if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
    2727 include $(PATH_SUB_CURRENT)/xclient/Makefile.kmk
    2828 include $(PATH_SUB_CURRENT)/xgraphics/Makefile.kmk
  • trunk/src/VBox/Additions/x11/xgraphics/Makefile.kmk

    r9540 r9642  
    2727# vboxvideo_drv
    2828#
    29 if1of ($(KBUILD_TARGET),linux l4)
     29if1of ($(KBUILD_TARGET), linux)
    3030 SYSMODS += vboxvideo_drv
    3131 vboxvideo_drv_TEMPLATE = VBOXGUESTR3XF86MOD
     
    103103        vboxvideo_68.c \
    104104        vboxutils_68.c
    105 endif   # target linux, l4
     105endif   # target linux
    106106
    107107
     
    116116DLLS += vboxvideo_drv_70
    117117vboxvideo_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD
    118 if1of ($(KBUILD_TARGET), l4 linux)
     118if1of ($(KBUILD_TARGET), linux)
    119119 vboxvideo_drv_70_CFLAGS += \
    120120        -Wno-conversion -Wno-unused-parameter $(VBOX_GCC_Wno-variadic-macros) # template?
  • trunk/src/VBox/Additions/x11/xmouse/Makefile.kmk

    r9540 r9642  
    2828# vboxmouse_drv
    2929#
    30 if1of ($(KBUILD_TARGET),linux l4)
     30if1of ($(KBUILD_TARGET), linux)
    3131 SYSMODS += vboxmouse_drv
    3232 vboxmouse_drv_TEMPLATE = VBOXGUESTR3XF86MOD
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