Author: jim Date: Thu Sep 21 19:50:50 2017 New Revision: 1809211 URL: http://svn.apache.org/viewvc?rev=1809211&view=rev Log: Hmmm... 'build' may not be seen depending on which shell is being used. Play it save.
Modified: openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh openoffice/devtools/build-scripts/4.1.4/unxlngix6/build_aoo64bit_on_centos5.sh openoffice/devtools/build-scripts/4.1.4/unxmacos/build_aooreleases.sh Modified: openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1809211&r1=1809210&r2=1809211&view=diff ============================================================================== --- openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh (original) +++ openoffice/devtools/build-scripts/4.1.4/unxlngi6/build_aoo32bit_on_centos5.sh Thu Sep 21 19:50:50 2017 @@ -36,7 +36,7 @@ fi source ./LinuxX86Env.Set.sh || exit 1 ./bootstrap || exit 1 cd instsetoo_native -time build --all -- -P4 || exit 1 +time perl "$SOLARENV/bin/build.pl" --all -- -P4 || exit 1 cd util dmake ooolanguagepack || exit 1 dmake sdkoo_en-US || exit 1 Modified: openoffice/devtools/build-scripts/4.1.4/unxlngix6/build_aoo64bit_on_centos5.sh URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.4/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1809211&r1=1809210&r2=1809211&view=diff ============================================================================== --- openoffice/devtools/build-scripts/4.1.4/unxlngix6/build_aoo64bit_on_centos5.sh (original) +++ openoffice/devtools/build-scripts/4.1.4/unxlngix6/build_aoo64bit_on_centos5.sh Thu Sep 21 19:50:50 2017 @@ -36,7 +36,7 @@ fi source ./LinuxX86-64Env.Set.sh || exit 1 ./bootstrap || exit 1 cd instsetoo_native -time build --all -- -P4 || exit 1 +time perl "$SOLARENV/bin/build.pl" --all -- -P4 || exit 1 cd util dmake ooolanguagepack || exit 1 dmake sdkoo_en-US || exit 1 Modified: openoffice/devtools/build-scripts/4.1.4/unxmacos/build_aooreleases.sh URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.4/unxmacos/build_aooreleases.sh?rev=1809211&r1=1809210&r2=1809211&view=diff ============================================================================== --- openoffice/devtools/build-scripts/4.1.4/unxmacos/build_aooreleases.sh (original) +++ openoffice/devtools/build-scripts/4.1.4/unxmacos/build_aooreleases.sh Thu Sep 21 19:50:50 2017 @@ -132,7 +132,7 @@ fi ./bootstrap || exit 1 source ./MacOSXX64Env.Set.sh || exit 1 cd instsetoo_native -time build --all -- -P4 || exit 1 +time perl "$SOLARENV/bin/build.pl" --all -- -P4 || exit 1 cd util dmake ooolanguagepack || exit 1 dmake sdkoo_en-US || exit 1