From 18041138d3169d565755565bdbabd8de596b5ac7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 16 Aug 2013 11:06:51 +0300 Subject: [PATCH] make install or install-strip hardly make sense on OS X Change-Id: Ib21607e3fef7c2a52c443d6d16c5466e0a2d4340 --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 3793b98b09b4..260b974e9843 100644 --- a/Makefile.in +++ b/Makefile.in @@ -240,6 +240,8 @@ build-nocheck: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cro cross-toolset: bootstrap fetch $(GNUMAKE) gb_Side=build -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build-tools +ifneq ($(OS),MACOSX) + # # Install # @@ -258,6 +260,8 @@ install-strip: echo "Installation finished, you can now execute:" && \ echo "$(INSTALLDIR)/program/soffice" +endif # !MACOSX + ifeq ($(ENABLE_MACOSX_SANDBOX),YES) entitlements:=--entitlements $(BUILDDIR)/lo.xcent endif