unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Different build directory
@ 2007-03-25  1:42 Nick Roberts
  2007-03-25  9:38 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Roberts @ 2007-03-25  1:42 UTC (permalink / raw)
  To: emacs-devel


Is it possible to build Emacs in a directory other than the source directory?

If I try the following:

If source is in ~/emacs

cd ~/emacs
make distclean

mkdir ~/emacs-build
cd ~/emacs-build
~/emacs/configure
make bootstrap

I get:

Generating autoloads for progmodes/idlw-shell.el...done
IO error reading /home/nickrob/emacs1/lisp/progmodes/idlwave.el: Input/output error

If I have an emacs executable in emacs/src, I can do

cd ~/emacs-build
~/emacs/configure
make

but the info files are made in the source directory structure, and the
compiled lisp files are there too.

I'm thinking that being able to separate source and generated files will make
things like backing up easier.


-- 
Nick                                           http://www.inet.net.nz/~nickrob

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-25  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-25  1:42 Different build directory Nick Roberts
2007-03-25  9:38 ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).