summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-10-29 17:38:44 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-10-29 23:41:41 +0100
commitedc761452e8478c50e49350b8a7b426a865eeac4 (patch)
tree2ea5ad0d46b1361a7553ccdb191862234ac96055 /Makefile.top
parente922d0ce1081bb90da30735c2cb22b6ce2ca7220 (diff)
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
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.top b/Makefile.top
index d6a324bb7fc5..715a7a80e8e0 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -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)