emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Project out of sources compilation


From: Konstantin Kharlamov
Subject: Re: [PATCH] Project out of sources compilation
Date: Wed, 03 Apr 2024 13:40:59 +0300
User-agent: Evolution 3.52.0

On Tue, 2024-04-02 at 17:39 -0400, Richard Stallman wrote:
> [[[ To any NSA and FBI agents reading my email: please consider   
> ]]]
> [[[ whether defending the US Constitution against all enemies,    
> ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example.
> ]]]
> 
> What does "Project out of sources compilation" mean?
> I am not sure how to parse that, let alone determine what it
> signfies.

In Emacs terms, if you enter Emacs repo and execute

        mkdir build && cd build && ../configure && make

it will be an "out of sources compilation", because all artifacts¹ will
be inside this `build` dir rather than being scattered all over the
repo.

1: Emacs does not fully support it though, because while object files
and configs do end up inside `build`, however `*.elc` files are still
scattered all over the repo. But I hope you get the idea.



reply via email to

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