From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Schierl Newsgroups: gmane.emacs.devel Subject: Re: `make' written in elisp Date: Thu, 01 Jan 2004 22:37:46 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3FF4932A.7DF004A3@gmx.de> References: <3FF35864.18C0BA21@gmx.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1072996881 31159 80.91.224.253 (1 Jan 2004 22:41:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jan 2004 22:41:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jan 01 23:41:13 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 1AcBVB-00083d-00 for ; Thu, 01 Jan 2004 23:41:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AcBVA-00016f-00 for ; Thu, 01 Jan 2004 23:41:12 +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 1AcBjZ-0004rT-9w for emacs-devel@quimby.gnus.org; Thu, 01 Jan 2004 17:56:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AcBjC-0004qW-MJ for emacs-devel@gnu.org; Thu, 01 Jan 2004 17:55:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AcBif-0004lT-8l for emacs-devel@gnu.org; Thu, 01 Jan 2004 17:55:40 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.24) id 1AcBTN-0001LS-KO for emacs-devel@gnu.org; Thu, 01 Jan 2004 17:39:21 -0500 Original-Received: (qmail 6578 invoked by uid 65534); 1 Jan 2004 21:37:48 -0000 Original-Received: from ags9-d9ba5266.pool.mediaWays.net (EHLO gmx.de) (217.186.82.102) by mail.gmx.net (mp002) with SMTP; 01 Jan 2004 22:37:48 +0100 X-Authenticated: #13243522 X-Mailer: Mozilla 4.75 [de]C-CCK-MCD QXW0324v (Win95; U) X-Accept-Language: de,en Original-To: rms@gnu.org 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:18948 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18948 Richard Stallman schrieb: > > 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? Surely. Directly from CVS: A "general" sample: And the one used for "bootstrapping" elMake itself: You might as well download They are all in there as well. Michael