From 50e3ac997d1fc05002ba09ebddfa05aa1f2cacd7 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 1 Oct 2013 15:31:55 +0200 Subject: install-tb target should hopefully be obsoleted by instdir too Change-Id: I14a74b660d965d19027cefab2c84d1c0ea38ce79 --- Makefile.in | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Makefile.in b/Makefile.in index 4bace5977f6f..450d674a382f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,7 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -.PHONY : all bootstrap build check clean clean-build clean-host test-install distclean distro-pack-install docs download fetch findunusedcode get-submodules id install install-strip install-tb subsequentcheck tags +.PHONY : all bootstrap build check clean clean-build clean-host test-install distclean distro-pack-install docs download fetch findunusedcode get-submodules id install install-strip subsequentcheck tags ifeq ($(MAKECMDGOALS),) MAKECMDGOALS:=all @@ -313,17 +313,6 @@ else ifeq ($(OS),MACOSX) @echo "To debug: gdb $(TESTINSTALLDIR)/LibreOffice.app/Contents/MacOS/soffice" endif -install-tb: - @rm -rf $(TESTINSTALLDIR) - @mkdir $(TESTINSTALLDIR) -ifeq ($(OS_FOR_BUILD),WNT) - cd $(SRCDIR)/instsetoo_native && $(GNUMAKE) LIBO_TEST_INSTALL=TRUE $(GMAKE_OPTIONS) -else - @ooinstall $(TESTINSTALLDIR)/opt - @install-gdb-printers -endif - @rm -f $(BUILDDIR)/install && ln -s $(TESTINSTALLDIR)/opt/ $(BUILDDIR)/install - distro-pack-install: install $(SRCDIR)/bin/distro-install-clean-up $(SRCDIR)/bin/distro-install-desktop-integration -- cgit