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: make EMACS=../src/emacs ?? Date: Mon, 13 Dec 2004 01:07:31 +0100 Message-ID: <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 1102896637 4742 80.91.229.6 (13 Dec 2004 00:10:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2004 00:10:37 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 13 01:10:32 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 1CddnM-0002Oi-00 for ; Mon, 13 Dec 2004 01:10:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CddxP-0004qg-IV for ged-emacs-devel@m.gmane.org; Sun, 12 Dec 2004 19:20:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cddwq-0004fI-Q0 for emacs-devel@gnu.org; Sun, 12 Dec 2004 19:20:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cddwn-0004cz-7B for emacs-devel@gnu.org; Sun, 12 Dec 2004 19:20:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cddwm-0004aQ-45 for emacs-devel@gnu.org; Sun, 12 Dec 2004 19:20:16 -0500 Original-Received: from [81.228.11.115] (helo=av9-1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CddmU-00068X-Ox for emacs-devel@gnu.org; Sun, 12 Dec 2004 19:09:39 -0500 Original-Received: by av9-1-sn1.fre.skanova.net (Postfix, from userid 502) id EE30B38174; Mon, 13 Dec 2004 01:09:36 +0100 (CET) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av9-1-sn1.fre.skanova.net (Postfix) with ESMTP id E1C46380ED for ; Mon, 13 Dec 2004 01:09:36 +0100 (CET) Original-Received: from sedrcw11488 (t1o58p101.telia.com [62.20.164.101]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id 1945E37E42 for ; Mon, 13 Dec 2004 01:09:35 +0100 (CET) Original-To: "Emacs Devel" 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:31049 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31049 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? - Why does it specify emacs.exe path? It seems like the specification just uses the default emacs.exe (in the makefile). BTW lisp/Makefile also mentions EMACS=../src/emacs. - Lennart