VirtualBox

Changeset 106987 in vbox for trunk/Makefile.kmk


Ignore:
Timestamp:
Nov 13, 2024 2:47:57 PM (2 weeks ago)
Author:
vboxsync
Message:

/Makefile.kmk: Combined package updates (win.arm64 + win.amd64). jiraref:VBP-1442

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r106919 r106987  
    348348 #
    349349 if   defined(VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER) \
    350    && (   !defined(VBOX_WITH_COMBINED_PACKAGE) \
    351    || "$(KBUILD_TARGET_ARCH)" == "amd64" )
     350   && (!defined(VBOX_WITH_COMBINED_PACKAGE) || "$(KBUILD_TARGET_ARCH)" == "amd64")
    352351  INSTALLS += buildserver-additions
    353352  buildserver-additions_INST = $(INST_ADDITIONS_ISO)
     
    10871086# Combined package build (windows only).
    10881087#
    1089 # The combined package is created by the x86 environment, so we do the amd64
     1088# The combined package is created by the amd64 environment, so we do the arm64
    10901089# packaging in the build phase since it's just a few very slow jobs.  We hold
    1091 # back the x86 build until the amd64 packaging starts, to try encourage
     1090# back the amd64 build until the amd64 packaging starts, to try encourage
    10921091# parallel execution.
    10931092#
    10941093# Note! VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER=1 is required because the additions
    1095 #       packing must be done in amd64 mode as it picks files from the x86 build.
     1094#       packing must be done in amd64 mode as it picks files from the arm64 build.
    10961095#
    10971096
     
    11031102combined-package-fetch:
    11041103        + $(KMK) -C tools $(VBOX_COMBINED_PACKAGE_DEFS) KBUILD_TARGET_ARCH=amd64
    1105         + $(KMK) -C tools $(VBOX_COMBINED_PACKAGE_DEFS) KBUILD_TARGET_ARCH=x86
     1104        + $(KMK) -C tools $(VBOX_COMBINED_PACKAGE_DEFS) KBUILD_TARGET_ARCH=arm64
    11061105
    11071106combined-package-build-amd64:
    11081107        + $(KMK) docs all $(VBOX_COMBINED_PACKAGE_DEFS) KBUILD_TARGET_ARCH=amd64
    11091108
    1110 combined-package-build-amd64-packing: combined-package-build-amd64
    1111         + $(KMK) packing  $(VBOX_COMBINED_PACKAGE_DEFS) KBUILD_TARGET_ARCH=amd64
    1112 
    1113 combined-package-build-x86: combined-package-build-amd64
    1114         + $(KMK) docs all $(VBOX_COMBINED_PACKAGE_DEFS) KBUILD_TARGET_ARCH=x86
    1115 
    1116 combined-package-build: combined-package-build-amd64-packing combined-package-build-x86
     1109combined-package-build-arm64:
     1110        + $(KMK) docs all $(VBOX_COMBINED_PACKAGE_DEFS) KBUILD_TARGET_ARCH=arm64
     1111
     1112combined-package-build-arm64-packing: combined-package-build-arm64
     1113        + $(KMK) packing  $(VBOX_COMBINED_PACKAGE_DEFS) KBUILD_TARGET_ARCH=arm64
     1114
     1115combined-package-build: combined-package-build-arm64-packing combined-package-build-amd64
    11171116
    11181117combined-package-packing:
    1119         + $(KMK) packing   $(VBOX_COMBINED_PACKAGE_DEFS) KBUILD_TARGET_ARCH=x86
     1118        + $(KMK) packing   $(VBOX_COMBINED_PACKAGE_DEFS) KBUILD_TARGET_ARCH=amd64
    11201119
    11211120
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