make install or install-strip hardly make sense on OS X

Change-Id: Ib21607e3fef7c2a52c443d6d16c5466e0a2d4340
This commit is contained in:
Tor Lillqvist 2013-08-16 11:06:51 +03:00
parent 667a0ad651
commit 18041138d3

View file

@ -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