You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2017/10/12 15:31:21 UTC

svn commit: r1811981 - /openoffice/devtools/build-scripts/4.2.0/unxmacos/build_aooreleases.sh

Author: jim
Date: Thu Oct 12 15:31:21 2017
New Revision: 1811981

URL: http://svn.apache.org/viewvc?rev=1811981&view=rev
Log:
Fold in latest AOO-420 macOS built script... it looks like
we cannot support anything older than 10.9 due to source code
changes and SDks older than 10.9 not accepting that.

Modified:
    openoffice/devtools/build-scripts/4.2.0/unxmacos/build_aooreleases.sh

Modified: openoffice/devtools/build-scripts/4.2.0/unxmacos/build_aooreleases.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.2.0/unxmacos/build_aooreleases.sh?rev=1811981&r1=1811980&r2=1811981&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.2.0/unxmacos/build_aooreleases.sh (original)
+++ openoffice/devtools/build-scripts/4.2.0/unxmacos/build_aooreleases.sh Thu Oct 12 15:31:21 2017
@@ -115,7 +115,7 @@ fi
 LIBRARY_PATH=/usr/local/lib
 C_INCLUDE_PATH=/usr/local/include
 CPLUS_INCLUDE_PATH=/usr/local/include
-MACOSX_DEPLOYMENT_TARGET=10.7
+MACOSX_DEPLOYMENT_TARGET=10.9
 #CLANG_CXX_LIBRARY=libc++
 #CXX="clang++ -stdlib=libstdc++ -std=c++11"
 
@@ -145,14 +145,14 @@ export MACOSX_DEPLOYMENT_TARGET
 	--disable-systray \
 	--with-alloc=system \
 	--with-lang="${LANGS}" \
-	| tee config.out
+	| tee config.out || exit 1
 
 ./bootstrap || exit 1
 source ./MacOSXX64Env.Set.sh || exit 1
 cd instsetoo_native
 time perl "$SOLARENV/bin/build.pl" --all -- -P4 || exit 1
 cd util
-dmake ooolanguagepack || exit 1
-dmake sdkoo_en-US || exit 1
+dmake -P2 ooolanguagepack || exit 1
+dmake -P2 sdkoo_en-US || exit 1
 
 date "+Build ended at %H:%M:%S"