Changeset 37882 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 12, 2011 9:13:59 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72781
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r37881 r37882 392 392 # .tar.bz2 for converting into .run 393 393 # 394 $(VBOX_LNX_INST_STAGE_DIR)/VirtualBox.tar.bz2: $(VB oxLnxInstArchDeps)394 $(VBOX_LNX_INST_STAGE_DIR)/VirtualBox.tar.bz2: $(VBOX_LNX_INST_ARCH_DEPS) 395 395 $(call MSG_L1,Packing $@) 396 396 $(QUIET)$(RM) -f -- $@ $(patsubst %.bz2,%,$@) … … 407 407 # .tar.bz2 for distribution with the files under VirtualBox-<ver>/. 408 408 # 409 $(PATH_BIN)/VirtualBox.tar.bz2: $(VB oxLnxInstArchDeps)409 $(PATH_BIN)/VirtualBox.tar.bz2: $(VBOX_LNX_INST_ARCH_DEPS) 410 410 $(call MSG_L1,Packing $@) 411 411 $(QUIET)$(RM) -f -- $(VBOX_LNX_INST_OUT_DIR)/VirtualBox-$(VBOX_VERSION_STRING) $@ $(patsubst %.bz2,%,$@)
Note:
See TracChangeset
for help on using the changeset viewer.