From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Makefile questions Date: Fri, 08 Oct 2010 22:13:09 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1286590973 20475 80.91.229.12 (9 Oct 2010 02:22:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2010 02:22:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 09 04:22:51 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 1P4P5D-0000oJ-CW for ged-emacs-devel@m.gmane.org; Sat, 09 Oct 2010 04:22:47 +0200 Original-Received: from localhost ([127.0.0.1]:56196 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4P5C-0002Lk-Tn for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2010 22:22:46 -0400 Original-Received: from [140.186.70.92] (port=38049 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4P55-0002KM-07 for emacs-devel@gnu.org; Fri, 08 Oct 2010 22:22:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4Ovt-0005gQ-CA for emacs-devel@gnu.org; Fri, 08 Oct 2010 22:13:10 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4Ovt-0005gM-Ad for emacs-devel@gnu.org; Fri, 08 Oct 2010 22:13:09 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P4Ovt-0001Lw-7M; Fri, 08 Oct 2010 22:13:09 -0400 In-reply-to: (message from Dan Nicolaescu on Thu, 07 Oct 2010 11:13:53 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:131517 Archived-At: Does anyone know why some variables in our Makefiles use $() and some ${} ? I think it is just a matter of two different styles that were initially written by different people. Nothing important. Also why the ugly ${lispsource}loaddefs.el instead of ${lispsource}/loaddefs.el ? If lispsource ends in a slash, we don't want to add another one.