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

Michael Meeks mmeeks at kemper.freedesktop.org
Thu Sep 30 02:21:19 PDT 2010


 bin/build-ooo |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a521aac23c94283b9322801efc87b28d9634a68c
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Thu Sep 30 10:20:32 2010 +0100

    fix broken dependency generation optimisation ...

diff --git a/bin/build-ooo b/bin/build-ooo
index 1d78ea2..0954bd7 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -79,7 +79,7 @@ else
 fi
 
 # Check to see if makedepend was not there - if not, this is a from-pristine build
-if test ! -f $OOBUILDDIR/soltools/$OUTPATH/bin/makedepend; then 
+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


More information about the ooo-build-commit mailing list