Changeset 37880 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 12, 2011 9:12:30 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72779
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r37549 r37880 379 379 # to the module source directories. 380 380 # 381 local arch_deps= \382 383 384 385 386 387 388 381 VBoxLnxInstArchDeps := \ 382 $(addprefix $(VBOX_LNX_INST_OUT_DIR)/archive/, $(VBOX_LNX_ARCH_FILES)) \ 383 $(VBOX_LNX_INST_DEP_ON_MAKEFILE) \ 384 $(VBOX_VERSION_STAMP) \ 385 $(wildcard $(PATH_BIN)/src/*) \ 386 $(wildcard $(PATH_BIN)/src/*/*) \ 387 $(wildcard $(PATH_BIN)/src/*/*/*) \ 388 $(wildcard $(PATH_BIN)/src/*/*/*/*) 389 389 390 390 … … 392 392 # .tar.bz2 for converting into .run 393 393 # 394 $(VBOX_LNX_INST_STAGE_DIR)/VirtualBox.tar.bz2: \ 395 $(arch_deps) 394 $(VBOX_LNX_INST_STAGE_DIR)/VirtualBox.tar.bz2: $(VBoxLnxInstArchDeps) 396 395 $(call MSG_L1,Packing $@) 397 396 $(QUIET)$(RM) -f -- $@ $(patsubst %.bz2,%,$@) … … 408 407 # .tar.bz2 for distribution with the files under VirtualBox-<ver>/. 409 408 # 410 $(PATH_BIN)/VirtualBox.tar.bz2: \ 411 $(arch_deps) 409 $(PATH_BIN)/VirtualBox.tar.bz2: $(VBoxLnxInstArchDeps) 412 410 $(call MSG_L1,Packing $@) 413 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.