summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-06-04 19:57:20 +0300
committerTor Lillqvist <tml@collabora.com>2014-06-04 22:44:09 +0300
commitfaccaa6fd80480d5fcfe25582951a1f97f2a536d (patch)
tree2f6a6fe76c2f8ed368d73108720b0325139b2982 /Makefile.in
parenta62142e3edbaeb7b6b76198e248ec2592aa59074 (diff)
test-install doesn't work for OS X and seems unnecessary anyway
Change-Id: If0623589ae064f7a038f3761ab7b50528ac521d6
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 206f5edbb400..6a3c56bc8270 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -279,10 +279,13 @@ else
@echo " instdir/program/soffice"
endif
@echo
+ifneq ($(OS),MACOSX)
@echo "(only if you have good reason to test an actual installation: make test-install)"
@echo
+endif
@false
+ifneq ($(OS),MACOSX)
test-install: build
@rm -rf $(TESTINSTALLDIR)
@mkdir -p $(TESTINSTALLDIR)
@@ -290,11 +293,9 @@ ifeq ($(OS_FOR_BUILD),WNT)
cd $(SRCDIR)/instsetoo_native && $(GNUMAKE) LIBO_TEST_INSTALL=TRUE $(GMAKE_OPTIONS)
else
@ooinstall $(TESTINSTALLDIR)
-ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
- @macosx-codesign-app-bundle $(TESTINSTALLDIR)/LibreOffice.app
-endif
endif
@$(call gb_Top_InstallFinished,Test Installation,$(TESTINSTALLDIR))
+endif
distro-pack-install: install
$(SRCDIR)/bin/distro-install-clean-up