help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Help with installing Emacs 23(CVS) to a custom path


From: Suvayu Ali
Subject: Re: Help with installing Emacs 23(CVS) to a custom path
Date: Wed, 20 Jan 2010 23:57:49 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Lightning/1.0pre Thunderbird/3.0

On Wednesday 20 January 2010 07:55 PM, Eli Zaretskii wrote:
Date: Wed, 20 Jan 2010 14:35:57 -0800
From: Suvayu Ali<fatkasuvayu+linux@gmail.com>

$ ./configure
$ make bootstrap

Then I edited the Makefile to use ${prefix}=/scratchdisk/myfolder and ran

$ make install

But this fails as make tries to install _some_ files in /usr/local/share/

How do I ask make to install everything in /scratchdisk/myfolder ?

  $ make distclean
  $ ./configure prefix=/scratchdisk/myfolder
  $ make
  $ make install

Also can I remove my build directory after `make install' succeeds?
(short on disk space)

Yes.

Thank you Eli and Lennart. Alls well now. :)

--
Suvayu

Open source is the future. It sets us free.




reply via email to

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