VirtualBox

Changeset 80770 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Sep 13, 2019 10:20:38 AM (5 years ago)
Author:
vboxsync
Message:

Installer/win: forgotten Makefile.kmk change for repacking single builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r80360 r80770  
    11031103        $(RePackScripts_0_OUTDIR)/RepackExtPack.cmd
    11041104endif
    1105 if defined(VBOX_WITH_COMBINED_PACKAGE) && "$(KBUILD_TARGET_ARCH)" == "x86"
     1105ifdef VBOX_WITH_COMBINED_PACKAGE
     1106 if "$(KBUILD_TARGET_ARCH)" == "x86"
    11061107 RePackScripts_SOURCES += \
    11071108        $(RePackScripts_0_OUTDIR)/Combined-1-Prepare.cmd \
    11081109        $(RePackScripts_0_OUTDIR)/Combined-3-Repack.cmd
     1110 endif
     1111else
     1112 RePackScripts_SOURCES += \
     1113        $(RePackScripts_0_OUTDIR)/Single-1-Prepare.cmd \
     1114        $(RePackScripts_0_OUTDIR)/Single-3-Repack.cmd
    11091115endif
    11101116RePackScripts_CLEAN = \
     
    11181124$(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/PackDriversForSubmission.cmd,PackDriversForSubmission.cmd)
    11191125$(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/RepackExtPack.cmd,RepackExtPack.cmd)
     1126ifdef VBOX_WITH_COMBINED_PACKAGE
    11201127$(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Combined-1-Prepare.cmd,Combined-1-Prepare.cmd)
    11211128$(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Combined-3-Repack.cmd,Combined-3-Repack.cmd)
     1129else
     1130$(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Single-1-Prepare.cmd,Single-1-Prepare.cmd)
     1131$(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Single-3-Repack.cmd,Single-3-Repack.cmd)
     1132endif
    11221133
    11231134$$(RePackScripts_0_OUTDIR)/sign-dual.cmd: | $$(dir $$@)
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