Re: [Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - Repository.mk ...

2012-05-16 Thread David Ostrovsky
Hi Matúš, thanks ,-) David said to me that I should not merge the master to the feature branch. That why i missed this commit from Michael. Ciao David On 16.05.2012 23:59, Matúš Kukan wrote: Hi David, On 16 May 2012 23:41, David Ostrovsky wrote: +TTUS := $(call gb_CustomTarget_get_workdir,t

Re: [Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - Repository.mk ...

2012-05-16 Thread Matúš Kukan
Hi David, On 16 May 2012 23:41, David Ostrovsky wrote: >>> +TTUS := $(call gb_CustomTarget_get_workdir,testtools/uno_services) > > >> Please, do not do that. Just use >> $(call gb_CustomTarget_get_workdir,testtools/uno_services) where >> necessary. > > > This one I really don't understand. First

Re: [Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - Repository.mk ...

2012-05-16 Thread David Ostrovsky
Hi David, well it was not ready yet ;-) Anyway, thanks for your comments. +TTUS := $(call gb_CustomTarget_get_workdir,testtools/uno_services) Please, do not do that. Just use $(call gb_CustomTarget_get_workdir,testtools/uno_services) where necessary. This one I really don't understand. Fir

Re: [Libreoffice-commits] .: Branch 'feature/gbuild_testtools' - Repository.mk testtools/CustomTarget_bridgetest_climaker.mk testtools/CustomTarget_uno_services.mk testtools/Library_bridgetest.mk test

2012-05-14 Thread David Tardon
On Mon, May 14, 2012 at 03:57:31PM -0700, David Ostrovsky wrote: > Repository.mk |4 + > testtools/CustomTarget_bridgetest_climaker.mk | 65 > ++ > testtools/CustomTarget_uno_services.mk| 60 > testto