Changeset 44216 in vbox
- Timestamp:
- Dec 29, 2012 8:22:41 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r44214 r44216 784 784 # as those binaries do not originate from $(PATH_STAGE_BIN) 785 785 # 786 ## @todo r-bird: WTF is this supposed to do? The dependency is meaningless (VirtualBox - no path or anything).787 # Why this works from root is pure luck and has to do with kBuild's short target aliases.788 #$(addprefix $(SOLARIS_USRBIN_DIR)/,$(SOLARIS_USRBIN_LINKS)): \789 # $(SOLARIS_USRBIN_DIR)/% : % | $$(dir $$@)790 # $(LN_SYMLINK) -f ../../$(SOLARIS_VBOXINST_SUBDIR)/VBox.sh $@791 ## Here is what probably was intended:792 786 $(addprefix $(SOLARIS_USRBIN_DIR)/,$(SOLARIS_USRBIN_LINKS)): | $$(dir $$@) 793 787 $(LN_SYMLINK) -f ../../$(SOLARIS_VBOXINST_SUBDIR)/VBox.sh $@
Note:
See TracChangeset
for help on using the changeset viewer.