diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-01 15:31:55 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-01 18:03:37 +0200 |
commit | 50e3ac997d1fc05002ba09ebddfa05aa1f2cacd7 (patch) | |
tree | c2d5f2422f6011810284dc47b9acfdd4d6566a83 /Makefile.in | |
parent | 8539eeb163eea7123b8ea0450712a7965336c809 (diff) |
install-tb target should hopefully be obsoleted by instdir too
Change-Id: I14a74b660d965d19027cefab2c84d1c0ea38ce79
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 13 |
1 files changed, 1 insertions, 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 |