VirtualBox

Changeset 81546 in vbox


Ignore:
Timestamp:
Oct 25, 2019 2:34:14 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134279
Message:

IPRT/bldRTIsoMaker: Only install on windows as we only need it for repackaging the additions ISO. bugref:9587

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/Makefile.kmk

    r81545 r81546  
    3131if !defined(VBOX_ONLY_EXTPACKS) && !defined(VBOX_ONLY_DOCS)
    3232 # RTIsoMaker - ISO image maker - build version.
    33  PROGRAMS += bldRTIsoMaker
     33 ifeq ($(KBUILD_TARGET), win) # Needed for repacking guest additions.
     34  PROGRAMS += bldRTIsoMaker
     35  bldRTIsoMaker_INSTTYPE = stage
     36 else
     37  BLDPROGS += bldRTIsoMaker
     38 endif
    3439 bldRTIsoMaker_TEMPLATE = VBoxAdvBldProg
    3540 bldRTIsoMaker_SOURCES = \
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