Changeset 54043 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Jan 30, 2015 11:46:02 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97965
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r54042 r54043 562 562 $(QUIET)$(RM) -f $(wildcard $(PATH_STAGE_BIN)/VirtualBox-*-r*.tar.gz) 563 563 $(call MSG_L1,Installing binaries $(SOLARIS_VBOXINST_DIR)) 564 $(QUIET)$(if $(VBOX_WITH_ADDITIONS_PACKING),$(MKDIR) -p -m 0755 $(SOLARIS_VBOXINST_DIR)/additions/) 564 565 $(QUIET)$(if $(VBOX_WITH_ADDITIONS_PACKING),$(INSTALL) -m 0644 $(SOLARIS_OUT_BIN)/additions/VBoxGuestAdditions.iso $(SOLARIS_VBOXINST_DIR)/additions/) 565 566 $(call MSG_L1,Installing files $(SOLARIS_VBOXINST_DIR)) … … 808 809 $(SOL_DBG_OBJCOPY) $< $@ 809 810 811 $(error BLDDIRS=$(foreach d,$(sort $(BLDDIRS)),$(NLTAB)'$d'))
Note:
See TracChangeset
for help on using the changeset viewer.