Changeset 65453 in vbox
- Timestamp:
- Jan 26, 2017 12:48:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r63645 r65453 400 400 "VirtualBox for Linux installation" ./install.sh "\$$0 1> /dev/null" 401 401 402 $(VBOX_LNX_INST_OUT_DIR)/install.sh: $(VBOX_PATH_LNX_INST_SRC)/install.sh $(VBOX_VERSION_STAMP) $( VBOX_SVN_REV_KMK).ts| $$(dir $$@)402 $(VBOX_LNX_INST_OUT_DIR)/install.sh: $(VBOX_PATH_LNX_INST_SRC)/install.sh $(VBOX_VERSION_STAMP) $(wildcard $(VBOX_SVN_REV_KMK).ts) | $$(dir $$@) 403 403 $(QUIET)$(SED) \ 404 404 -e "s;_VERSION_;$(VBOX_VERSION_STRING);g" \
Note:
See TracChangeset
for help on using the changeset viewer.