Disabling dependency tracking (Re: [Libreoffice-commits] .: solenv/gbuild)
Lubos Lunak
l.lunak at suse.cz
Fri Mar 23 04:42:28 PDT 2012
On Friday 23 of March 2012, Lubos Lunak wrote:
> On Thursday 22 of March 2012, Norbert Thiebaud wrote:
> > --- 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?
To actually provide a patch, is this correct?
--
Lubos Lunak
l.lunak at suse.cz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-make-gbuild-follow-disable-dependency-tracking-too.patch
Type: text/x-diff
Size: 1079 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120323/ae12e791/attachment.patch>
More information about the LibreOffice
mailing list