all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: emacs-devel@gnu.org
Subject: Different build directory
Date: Sun, 25 Mar 2007 13:42:12 +1200	[thread overview]
Message-ID: <17925.54132.84230.394541@kahikatea.snap.net.nz> (raw)


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

             reply	other threads:[~2007-03-25  1:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-25  1:42 Nick Roberts [this message]
2007-03-25  9:38 ` Different build directory Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17925.54132.84230.394541@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.