VirtualBox

Changeset 12576 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Sep 18, 2008 2:53:28 PM (16 years ago)
Author:
vboxsync
Message:

Makefiles: Install the license file from the root makefile instead of the two qt guis.

Location:
trunk/src/VBox/Frontends
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r12488 r12576  
    122122 #VirtualBox3Hardened_INST.darwin = $(INST_BIN)VirtualBox3 $(INST_BIN)VirtualBoxVM3
    123123 VirtualBox3Hardened_INST = $(INST_BIN)VirtualBox3 $(INST_BIN)VirtualBoxVM3
    124 endif
    125 
    126 
    127 #
    128 # Note: I'm doing this right here because the GUI will _not_ run
    129 #       without that file which might be annoying for developers!
    130 #
    131 ## @todo is is an ugly hack, change into an install target or make the root Makefile do this!
    132 ifndef VBOX_OSE
    133  ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),) # linux only, yea, right.
    134 $(VBOX_LICENSE_BIN): $(VBOX_BRAND_LICENSE_HTML)
    135         $(call MSG_GENERATE,,$@)
    136         $(QUIET)$(CP) $< $@
    137 
    138 $(PATH_BIN)/VirtualBox3: $(VBOX_LICENSE_BIN)
    139  endif
    140124endif
    141125
  • trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk

    r12519 r12576  
    575575
    576576
    577 #
    578 # Install the license file. Belongs in the root makefile really.
    579 #
    580 # Note: I'm doing this right here because the GUI will _not_ run
    581 #       without that file which might be annoying for developers!
    582 #
    583 ifndef VBOX_OSE
    584 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),)
    585 $(VBOX_LICENSE_BIN): $(VBOX_BRAND_LICENSE_HTML)
    586         $(call MSG_GENERATE,,$@)
    587         $(QUIET)$(CP) $< $@
    588 
    589 $(PATH_BIN)/VirtualBox: $(VBOX_LICENSE_BIN)
    590 endif
    591 endif
    592 
    593 
    594 
    595577# Unset everything that was loaded from VBoxUI.pro.
    596578TEMPLATE := $(SAVED_TEMPLATE)
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