Jean-Marc Lasgouttes wrote:
> Le 24/01/2017 ? 10:25, Pavel Sanda a écrit :
>> which has to obviously fail because we deleted tests/.deps already.
>>
>> JMarc, do you have idea about the fix?
>
> I suspect this is related to our SUBDIRS variable
>
> SUBDIRS = support frontends . $(CLIENT) tex2lyx

My guess is that the solution might be separate makefile for test subdir.

> I am not sure why . is added explicitly here. What happens if we remove it?

bilions of
...
make[3]: Entering directory '/home/paf/lyx/devel/lyx-2.3.0dev/_build/sub/src'
.deps/AppleSpellChecker.Po: No such file or directory
...
Makefile:2455: support/tests/.deps/check_layout-dummy_functions.Po: No such 
file or directory
make[3]: *** No rule to make target 
'support/tests/.deps/check_layout-dummy_functions.Po'.  Stop.
make[3]: Leaving directory '/home/paf/lyx/devel/lyx-2.3.0dev/_build/sub/src'
Makefile:2908: recipe for target 'distclean-recursive' failed
...

Pavel

Reply via email to