From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: make EMACS=../src/emacs ?? Date: Mon, 13 Dec 2004 20:59:23 +0100 Message-ID: <00cd01c4e14e$53d51a30$0200a8c0@sedrcw11488> References: <009c01c4e0a7$f92ddff0$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102968161 23474 80.91.229.6 (13 Dec 2004 20:02:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2004 20:02:41 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 13 21:02:35 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CdwOx-0007g9-00 for ; Mon, 13 Dec 2004 21:02:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CdwZ4-0008FC-EX for ged-emacs-devel@m.gmane.org; Mon, 13 Dec 2004 15:13:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CdwXy-0007pT-3U for emacs-devel@gnu.org; Mon, 13 Dec 2004 15:11:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CdwXv-0007oE-U5 for emacs-devel@gnu.org; Mon, 13 Dec 2004 15:11:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CdwXv-0007o0-Or for emacs-devel@gnu.org; Mon, 13 Dec 2004 15:11:51 -0500 Original-Received: from [81.228.11.111] (helo=av5-1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CdwMv-0000Yh-9p for emacs-devel@gnu.org; Mon, 13 Dec 2004 15:00:29 -0500 Original-Received: by av5-1-sn1.fre.skanova.net (Postfix, from userid 502) id 8160438230; Mon, 13 Dec 2004 21:00:28 +0100 (CET) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av5-1-sn1.fre.skanova.net (Postfix) with ESMTP id 74287380A7; Mon, 13 Dec 2004 21:00:28 +0100 (CET) Original-Received: from sedrcw11488 (t3o58p64.telia.com [195.252.56.64]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id 91ABE37E4B; Mon, 13 Dec 2004 21:00:27 +0100 (CET) Original-To: "Andreas Schwab" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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: main.gmane.org gmane.emacs.devel:31080 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31080 ----- Original Message ----- From: "Andreas Schwab" > "Lennart Borgman" writes: > > > In INSTALL.CVS there is a line saying > > > > $ make autoloads EMACS=../src/emacs > > > > I have two questions about this: > > - Should it not be ../bin/emacs? > > ??? No such file or directory. Please explain a bit more! Do you mean that ../bin/emacs.exe from the lisp subdir does not exist? - Lennart