Kaydet (Commit) 18041138 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

Change-Id: Ib21607e3fef7c2a52c443d6d16c5466e0a2d4340
üst 667a0ad6
...@@ -240,6 +240,8 @@ build-nocheck: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cro ...@@ -240,6 +240,8 @@ build-nocheck: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cro
cross-toolset: bootstrap fetch cross-toolset: bootstrap fetch
$(GNUMAKE) gb_Side=build -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build-tools $(GNUMAKE) gb_Side=build -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build-tools
ifneq ($(OS),MACOSX)
# #
# Install # Install
# #
...@@ -258,6 +260,8 @@ install-strip: ...@@ -258,6 +260,8 @@ install-strip:
echo "Installation finished, you can now execute:" && \ echo "Installation finished, you can now execute:" && \
echo "$(INSTALLDIR)/program/soffice" echo "$(INSTALLDIR)/program/soffice"
endif # !MACOSX
ifeq ($(ENABLE_MACOSX_SANDBOX),YES) ifeq ($(ENABLE_MACOSX_SANDBOX),YES)
entitlements:=--entitlements $(BUILDDIR)/lo.xcent entitlements:=--entitlements $(BUILDDIR)/lo.xcent
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment