emacs-devel
[Top][All Lists]
Advanced

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

build emacs outside of the source directory


From: Darren Hoo
Subject: build emacs outside of the source directory
Date: Thu, 07 Mar 2013 19:38:00 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin)

Let's say the emacs source is checked out into this emacs directory:

$ ls 
emacs  build

$ cd build; ../emacs/configure; make

The built object files for emacs/{src,lib,lib-src} all go to
build/{src,lib,lib-src}, but the *.elc files are not, they still lie in
the emacs/lisp diretory.  Is it because output file can not be specified
in emacs batch mode? Can it be added?




reply via email to

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