Changeset 14098 in vbox
- Timestamp:
- Nov 11, 2008 5:07:12 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 39168
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r13981 r14098 138 138 VBOX_SOL_PYTHON_INST = 64/ 139 139 SOL64_PKG = 1 140 ifndef VBOX_WITH_NEW_RECOMPILER 140 141 SOLARIS_STRIP_OBJS += \ 141 142 VBoxREM2.rel 143 NEED_REL = 1 144 endif 142 145 endif 143 146 … … 281 284 $(QUIET)$(INSTALL) -m 0755 $(PATH_BIN)/VBoxManage $(SOLARIS_INST_DIR)/VBoxManage 282 285 $(QUIET)$(INSTALL) -m 0644 $(PATH_BIN)/VBoxREM.so $(SOLARIS_INST_DIR)/VBoxREM.so 283 $(QUIET)$(if $( SOL64_PKG),$(INSTALL) -m 0755 $(PATH_BIN)/VBoxREM2.rel$(SOLARIS_INST_DIR)/VBoxREM2.rel,)286 $(QUIET)$(if $(NEED_REL),$(INSTALL) -m 0755 $(PATH_BIN)/VBoxREM2.rel $(SOLARIS_INST_DIR)/VBoxREM2.rel,) 284 287 $(QUIET)$(INSTALL) -m 0644 $(PATH_BIN)/VBoxVMM.so $(SOLARIS_INST_DIR)/VBoxVMM.so 285 288 $(QUIET)$(INSTALL) -m 0644 $(PATH_BIN)/VBoxXPCOM.so $(SOLARIS_INST_DIR)/VBoxXPCOM.so … … 336 339 $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARIS_INST_DIR)/VBoxManage,) 337 340 $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARIS_INST_DIR)/VBoxREM.so,) 338 $(QUIET)$(if $(VBOX_DO_STRIP),$(if $( SOL64_PKG),strip $(SOLARIS_INST_DIR)/VBoxREM2.rel,),)341 $(QUIET)$(if $(VBOX_DO_STRIP),$(if $(NEED_REL),strip $(SOLARIS_INST_DIR)/VBoxREM2.rel,),) 339 342 $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARIS_INST_DIR)/VBoxVMM.so,) 340 343 $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARIS_INST_DIR)/VBoxXPCOM.so,)
Note:
See TracChangeset
for help on using the changeset viewer.