VirtualBox

Changeset 17250 in vbox


Ignore:
Timestamp:
Mar 2, 2009 1:54:52 PM (16 years ago)
Author:
vboxsync
Message:

Windows combined installer: Dependencies for Guest Additions .ISO used with VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER. This now only gets the amd64 .ISO and is used also by the x86 part afterwards then.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r16986 r17250  
    207207
    208208#
     209# For building the combined package, just get the additions .ISO
     210# once for amd64 to prevent version inconsistences. In all other
     211# cases we get the .ISO per target architecture.
     212#
     213ifdef VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER
     214 ifdef VBOX_WITH_COMBINED_PACKAGE
     215  ifeq ($(KBUILD_TARGET_ARCH),amd64)
     216   INSTALLS += buildserver-additions
     217  endif
     218 else
     219  INSTALLS += buildserver-additions
     220 endif
     221
     222#
    209223# Install additions iso from the build server.
    210224# The $(CP)/$(RM) stuff can be replaced by a simple $(TOUCH) once that has
    211225# been added to kBuild.
    212226#
    213 ifdef VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER
    214 INSTALLS += buildserver-additions
    215227buildserver-additions_INST = $(INST_ADDITIONS_ISO)
    216228buildserver-additions_MODE = 0644
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