emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make check


From: Phillip Lord
Subject: Re: make check
Date: Wed, 02 Dec 2015 12:07:46 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Stephen Leake <address@hidden> writes:

> address@hidden (Phillip Lord) writes:
>
>>> It looks like you are building outside the source tree, as I do; I think
>>> that is broken due to the recent changes in test directory structure.
>>
>> Confused. How do I replicate this?
>
> git clone ... master
>
> cd master
>
> ./autogen.sh
>
> cd ..
>
> mkdir master-build
>
> cd master-build
>
> ../master/configure
>
> make check
>
>
> This allows using the same source tree for different builds with
> different compilers/options. I often maintain a debug and no-debug build
> for the branch I'm working on.


Well, there you go, didn't know that you could do this.

I've just push a commit which (hopefully) fixes this and (hopefully)
doesn't break the more normal build.

Phil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]