On Thursday 22 of March 2012, Norbert Thiebaud wrote:
 solenv/gbuild/gbuild.mk |    4 ++++
 1 file changed, 4 insertions(+)
New commits:
commit 7be7f9a7863cbd862dd5a5462c508db03c56c8d1
Author: Norbert Thiebaud <nthiebaud@gmail.com>
Date:   Thu Mar 22 17:26:11 2012 -0500
    gbuild: allow the tinderboxes to bypass the dependencies generations
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 119f6e5..5ad2378 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -113,8 +113,12 @@ endif
 # for clean, setuplocal and removelocal goals we switch off dependencies
 ifneq ($(filter cleanpackmodule clean setuplocal removelocal
showdeliverables help debugrun,$(MAKECMDGOALS)),) +ifdef TINDERBUILD
 gb_FULLDEPS := $(false)
 else
+gb_FULLDEPS := $(false)
+endif
+else
 gb_FULLDEPS := $(true)
 endif
 Is this the same like should be with --disable-dependency-tracking, except 
that it seems it does not with gbuild?
-- 
 Lubos Lunak
 l.lunak@suse.cz
Context
- Re: [Libreoffice-commits] .: solenv/gbuild · Lubos Lunak
 
   
 
  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.