[ooo-build-commit] .: bin/build-ooo

Michael Meeks mmeeks at kemper.freedesktop.org
Thu Sep 30 11:30:29 PDT 2010


 bin/build-ooo |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 2ca7dd0b20fab8ec4b425fd5eac857388e8ced71
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Thu Sep 30 19:29:10 2010 +0100

    disable the nodep stuff for now...
    
    threading is not kind to dependency generation, and we end up with
    API changes breaking things.

diff --git a/bin/build-ooo b/bin/build-ooo
index 0954bd7..b5f8794 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -78,14 +78,17 @@ else
     . $OOBUILDDIR/*.Set.sh
 fi
 
+#
+# FIXME - disabled, a major source of unreliability ...
+#
 # Check to see if makedepend was not there - if not, this is a from-pristine build
-if test ! -f $OOBUILDDIR/soltools/$INPATH/bin/makedepend; then
-	# Accelerate straight-through compiles by not building / using dependencies
-	echo "A very clean straight-through build - deferring dep generation"
-	export nodep=true
-else
+# if test ! -f $OOBUILDDIR/soltools/$INPATH/bin/makedepend; then
+#	# Accelerate straight-through compiles by not building / using dependencies
+#	echo "A very clean straight-through build - deferring dep generation"
+#	export nodep=true
+#else
     echo "Building with full dependencies"
-fi
+#fi
 
 echo 'Bootstrapping'
 ./bootstrap || ./bootstrap || ./bootstrap || exit 1;


More information about the ooo-build-commit mailing list