Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


BTW to get the thing moving forward as described above I needed:

--- test-conversion.sh.orig     2012-05-20 09:07:36.000000000 -0500
+++ test-conversion.sh  2012-05-20 09:20:28.000000000 -0500
@@ -111,12 +111,19 @@

 do_build() {
     local system_icu=$(get_make_var SYSTEM_ICU)
+    local system_python=$(get_make_var SYSTEM_PYTHON)
     git checkout 5875f18b71c6734145aca9c3210b7de444966a29
     make scp2.all
     git checkout feature/gbuild_scp2
     if [[ ${system_icu} != YES ]]; then
+        make icu.clean
         make icu icu.deliver
     fi
+    if [[ ${system_python} = NO ]]; then
+        make python.clean
+        make python
+        make python.deliver
+    fi
     make scp2
 }

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.