From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: `make' written in elisp Date: Thu, 01 Jan 2004 16:10:36 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3FF35864.18C0BA21@gmx.de> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1072995954 29664 80.91.224.253 (1 Jan 2004 22:25:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jan 2004 22:25:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jan 01 23:25:51 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AcBGJ-0007Kb-00 for ; Thu, 01 Jan 2004 23:25:51 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AcBGI-0000tI-00 for ; Thu, 01 Jan 2004 23:25:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AcBO7-0000eF-O2 for emacs-devel@quimby.gnus.org; Thu, 01 Jan 2004 17:33:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AcBFZ-0007b9-9U for emacs-devel@gnu.org; Thu, 01 Jan 2004 17:25:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AcB6p-0005OZ-7W for emacs-devel@gnu.org; Thu, 01 Jan 2004 17:16:34 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AcB6o-0005OR-Nw for emacs-devel@gnu.org; Thu, 01 Jan 2004 17:16:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AcA5U-0005ME-Nx; Thu, 01 Jan 2004 16:10:36 -0500 Original-To: Michael Schierl In-reply-to: <3FF35864.18C0BA21@gmx.de> (message from Michael Schierl on Thu, 01 Jan 2004 00:14:44 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18945 Yes. There is no change needed for the packages i tested until now (except placing an additional file called elMakefile into the install directory). And if a package would require to change its directory structure/whatever, that is clearly a fault of elMake then and needs to be fixed. Then it might be a good idea. Can you show me an example of an elMakefile?