solenv/gbuild/gbuild.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 7be7f9a7863cbd862dd5a5462c508db03c56c8d1
Author: Norbert Thiebaud <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits