VirtualBox

Changeset 8761 in vbox for trunk/src


Ignore:
Timestamp:
May 11, 2008 6:53:32 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30741
Message:

The reminder.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

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

    r8760 r8761  
    44#
    55# Cross building of the additions is generally done by remote building
    6 # by means of smbfs, cifs, VBOX_ONLY_ADDITIONS=1 and setting BUILD_TARGET
     6# by means of smbfs, cifs, VBOX_ONLY_ADDITIONS=1 and setting KBUILD_TARGET
    77# to the desired target.
    88#
     
    1313# Building the linux additions as part of the l4 build is ok because
    1414# l4 is built on a linux platform. This is why we have to check if
    15 # BUILD_TARGET is l4 or linux in some places, though most of the magic
     15# KBUILD_TARGET is l4 or linux in some places, though most of the magic
    1616# is done in the templates (Config.kmk).
    1717#
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r8760 r8761  
    188188        $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" \
    189189                -e "s;_BUILD_;$(shell date);g" \
    190                 -e "s;_ARCH_;${BUILD_TARGET_ARCH};g" \
     190                -e "s;_ARCH_;${KBUILD_TARGET_ARCH};g" \
    191191                < install.sh > $(PATH_TARGET)/install/install.sh
    192192        $(QUIET)chmod 0744 $(PATH_TARGET)/install/install.sh
  • trunk/src/VBox/Runtime/Makefile.kmk

    r8760 r8761  
    535535#
    536536# RuntimeGuestR3 - Guest Additions Runtime (static).
    537 # (The BUILD_PLATFORM inheritance here is for l4 cross building the linux
     537# (The KBUILD_HOST inheritance here is for l4 cross building the linux
    538538# additions, while .x86 is for cross building x86 while targeting amd64.)
    539539#
     
    541541RuntimeGuestR3_SDKS.win                 := $(RuntimeR3_SDKS.win)
    542542RuntimeGuestR3_DEFS                     := $(filter-out RTCRITSECT_STRICT, $(RuntimeR3_DEFS))
    543 RuntimeGuestR3_DEFS.$(KBUILD_TARGET)     := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
     543RuntimeGuestR3_DEFS.$(KBUILD_TARGET)    := $(RuntimeR3_DEFS.$(KBUILD_TARGET))
    544544RuntimeGuestR3_DEFS.$(KBUILD_HOST)      := $(RuntimeR3_DEFS.$(KBUILD_HOST))
    545545RuntimeGuestR3_INCS                     := $(RuntimeR3_INCS)
    546 RuntimeGuestR3_INCS.$(KBUILD_TARGET)     := $(RuntimeR3_INCS.$(KBUILD_TARGET))
    547 RuntimeGuestR3_INCS.$(KBUILD_HOST)   := $(RuntimeR3_INCS.$(KBUILD_HOST))
     546RuntimeGuestR3_INCS.$(KBUILD_TARGET)    := $(RuntimeR3_INCS.$(KBUILD_TARGET))
     547RuntimeGuestR3_INCS.$(KBUILD_HOST)      := $(RuntimeR3_INCS.$(KBUILD_HOST))
    548548RuntimeGuestR3_SOURCES                  := $(filter-out \
    549549        common/time/timesupref.cpp \
     
    556556        VBox/logbackdoor.cpp
    557557RuntimeGuestR3_SOURCES.$(KBUILD_TARGET)  := $(RuntimeR3_SOURCES.$(KBUILD_TARGET))
    558 RuntimeGuestR3_SOURCES.$(KBUILD_HOST):= $(RuntimeR3_SOURCES.$(KBUILD_HOST))
    559 RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)   := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
    560 RuntimeGuestR3_SOURCES.$(KBUILD_HOST).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_HOST).$(KBUILD_TARGET_ARCH))
     558RuntimeGuestR3_SOURCES.$(KBUILD_HOST)    := $(RuntimeR3_SOURCES.$(KBUILD_HOST))
     559RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
     560RuntimeGuestR3_SOURCES.$(KBUILD_HOST).$(KBUILD_TARGET_ARCH)   := $(RuntimeR3_SOURCES.$(KBUILD_HOST).$(KBUILD_TARGET_ARCH))
    561561RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).x86 := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).x86)
    562 RuntimeGuestR3_SOURCES.$(KBUILD_HOST).x86 := $(RuntimeR3_SOURCES.$(KBUILD_HOST).x86)
     562RuntimeGuestR3_SOURCES.$(KBUILD_HOST).x86   := $(RuntimeR3_SOURCES.$(KBUILD_HOST).x86)
    563563
    564564
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette