summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-07-21 14:22:44 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-07-21 14:23:16 -0500
commit20b8d8957fad3b909151bb9c2aa8fb4b3adcc705 (patch)
tree5a027595215e7cd2575fae24649dc7b005585793 /Makefile.top
parent75c0acd024e225699f47a4225453b92cdad54531 (diff)
add install-tb target to do install for tinbuild2 to populate bibisect
like dev-install except that it does not use symbolic link even on linux Change-Id: I5d8e96caea5070e50765d6cc498c7120747ab1a1
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top14
1 files changed, 13 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top
index aef14e23eb8b..14d46f82e334 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -1,6 +1,6 @@
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-.PHONY : all bootstrap build check clean clean-build clean-host dev-install distclean distro-pack-install docs fetch findunusedcode id install install-strip subsequentcheck tags
+.PHONY : all bootstrap build check clean clean-build clean-host dev-install distclean distro-pack-install docs fetch findunusedcode id install install-strip install-tb subsequentcheck tags
ifeq ($(MAKECMDGOALS),)
MAKECMDGOALS:=all
@@ -442,6 +442,18 @@ endif
endif
@rm -f $(SRCDIR)/install && ln -s $(DEVINSTALLDIR)/opt/ $(SRCDIR)/install
+install-tb:
+ @rm -rf $(DEVINSTALLDIR)
+ @mkdir $(DEVINSTALLDIR)
+ifeq ($(OS_FOR_BUILD),WNT)
+ unzip -d "$(DEVINSTALLDIR)" "$(SRCDIR)/instsetoo_native/$(INPATH)/LibreOffice_Dev/archive/install/en-US/LibO*_install-arc_en-US.zip"
+ mv "$(DEVINSTALLDIR)"/LibO*_install-arc_en-US/* "$(DEVINSTALLDIR)"/opt
+else
+ @ooinstall $(DEVINSTALLDIR)/opt
+ @install-gdb-printers -L
+endif
+ @rm -f $(SRCDIR)/install && ln -s $(DEVINSTALLDIR)/opt/ $(SRCDIR)/install
+
distro-pack-install: install
$(SRCDIR)/bin/distro-install-clean-up
$(SRCDIR)/bin/distro-install-desktop-integration