emacs-devel
[Top][All Lists]
Advanced

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

Re: make check


From: Stephen Leake
Subject: Re: make check
Date: Mon, 30 Nov 2015 23:53:16 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

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.

-- 
-- Stephe



reply via email to

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