Kaydet (Commit) edc76145 authored tarafından Luboš Luňák's avatar Luboš Luňák

new toplevel make target dev-update to update non-symliked dev-install

Should be especially useful on Windows (e.g. 'make sw dev-update').

Change-Id: Ie80b7f1caae0fc1edc7cf791494c7648ca7b8d82
üst e922d0ce
......@@ -477,6 +477,13 @@ endif
dev-install-nocheck : export SKIP_TESTS := YES
dev-install-nocheck : dev-install
dev-update:
ifeq ($(DISABLE_LINKOO),TRUE)
@linkoo --copy $(DEVINSTALLDIR)/opt $(SRCDIR)
else
@linkoo $(DEVINSTALLDIR)/opt $(SRCDIR)
endif
install-tb:
@rm -rf $(DEVINSTALLDIR)
@mkdir $(DEVINSTALLDIR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment