[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make check
From: |
Phillip Lord |
Subject: |
Re: make check |
Date: |
Mon, 30 Nov 2015 10:52:37 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Fabrice Popineau <address@hidden> writes:
> Is there any reason why `make check' on the master branch stopped working ?
> Or is it only me ?
>
> make[1] : on entre dans le répertoire « /c/source/emacs/build-x64/test »
> make[2] : on entre dans le répertoire « /c/source/emacs/build-x64/test »
> make[2]: *** Aucune règle pour fabriquer la cible «
> ../../emacs/test/lisp/abbrev-tests.log », nécessaire pour « check-maybe ».
> Arrêt.
> make[2] : on quitte le répertoire « /c/source/emacs/build-x64/test »
>
> It is telling me that there is no rule for making the target
> ../../emacs/test/lisp/abbrev-tests.log
>
> What am I missing ?
Probably my commit 75336a29460752700e4e424a9c7aa932cc237689.
I changed the location of the test files and the Makefiles. It looks to
me like your Makefile has not been regenerated. Can you try ./configure?
Or if that fails a clean build?
Phil