From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Specify location of emacs.exe for make recompile? Date: Sat, 25 Sep 2010 09:01:20 +0200 Message-ID: <83pqw2s3wf.fsf@gnu.org> References: <4C9D474A.4030201@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1285398087 26440 80.91.229.12 (25 Sep 2010 07:01:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Sep 2010 07:01:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Christoph Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 25 09:01:26 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OzOlB-0007Yd-I5 for ged-emacs-devel@m.gmane.org; Sat, 25 Sep 2010 09:01:25 +0200 Original-Received: from localhost ([127.0.0.1]:33143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzOlB-0000lX-0Z for ged-emacs-devel@m.gmane.org; Sat, 25 Sep 2010 03:01:25 -0400 Original-Received: from [140.186.70.92] (port=56653 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzOl3-0000lH-So for emacs-devel@gnu.org; Sat, 25 Sep 2010 03:01:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzOl2-0006RN-N8 for emacs-devel@gnu.org; Sat, 25 Sep 2010 03:01:17 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:62191) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzOl2-0006R4-Fp for emacs-devel@gnu.org; Sat, 25 Sep 2010 03:01:16 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L9A00000JH3FI00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sat, 25 Sep 2010 09:01:14 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.203.3]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L9A000BEJI1E720@a-mtaout21.012.net.il>; Sat, 25 Sep 2010 09:01:14 +0200 (IST) In-reply-to: <4C9D474A.4030201@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130827 Archived-At: > Date: Fri, 24 Sep 2010 18:50:18 -0600 > From: Christoph > > I compile Emacs inplace and don't install, thus there is no emacs.exe in > the bin directory. When running `make recompile' on Windows I get an > error that emacs.exe was not found (in `bin'). I want to say that I read > somewhere that I can pass an argument to `make' or `configure' that > tells `make recompile' to look somewhere else for the executable, e.g. > in `src/oo-spd/i386' but I cannot find the relevant info. Did I remember > this correctly? Yes. Like so: make recompile EMACS=../src/oo-spd/i386/emacs.exe