VirtualBox

Changeset 8710

Show
Ignore:
Timestamp:
05/08/08 15:59:48 (2 months ago)
Author:
vboxsync
Message:

Solaris installer: added more dependencies while packing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r8674 r8710  
    180180                vbox.pkgresponse \ 
    181181                vboxdevlink.sed \ 
     182                VBox.sh \ 
     183                sdkfiles \ 
    182184                $(PATH_ROOT)/doc/ReadMe-Solaris.txt \ 
    183185                Makefile.kmk \ 
    184                 $(addprefix $(SOLARIS_INST_DIR)/,$(SOLARIS_SDK)) \ 
    185                 $(addprefix $(PATH_BIN)/,$(SOLARIS_STRIP_BIN) $(SOLARIS_NO_STRIP) $(SOLARIS_STRIP_OBJS)) 
     186                $(if $(VBOX_OSE),,$(PATH_BIN)/LICENSE) \ 
     187                $(if $(and $(not $(VBOX_OSE)),$(VBOX_WITH_QTGUI)),$(PATH_BIN)/License-$(VBOX_LICENSE_VER).html) \ 
     188                $(PATH_ROOT)/src/VBox/HostDrivers/Support/solaris/vboxdrv.conf \ 
     189                $(PATH_ROOT)/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh \ 
     190                $(PATH_ROOT)/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh \ 
     191                $(addprefix $(PATH_BIN)/,$(filter-out $(SOLARIS_EXTRAS),$(SOLARIS_ARCH_FILES))) \ 
     192                $(addprefix $(SOLARIS_INST_DIR)/,$(SOLARIS_SDK)) 
    186193        $(call MSG_L1,Installing binaries $(SOLARIS_INST_DIR)) 
    187194        $(QUIET)$(RM) -f $(addprefix $(SOLARIS_INST_DIR)/,$(filter-out $(SOLARIS_SDK),$(SOLARIS_ARCH_FILES))) 
     
    333340        $(QUIET)$(CP) -pf $< $@ 
    334341 
     342# Enable this for forceful incremental re-packaging. Disabled as it's not needed. 
     343#.PHONY: $(addprefix $(SOLARIS_INST_DIR)/,$(SOLARIS_SDK)) 
     344#       $(RM) -Rf $(SOLARISINSTDIR) 
     345 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy