[Libreoffice-commits] .: solenv/gbuild
Lubos Lunak
l.lunak at suse.cz
Fri Mar 23 04:15:54 PDT 2012
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 at 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 at suse.cz
More information about the LibreOffice
mailing list