From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: mh-e/mh-loaddefs.el removed from CVS Date: Mon, 17 Oct 2005 22:23:04 +0100 Message-ID: References: <87vf02s821.fsf@olgas.newt.com> <87mzles59q.fsf@olgas.newt.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129584473 26413 80.91.229.2 (17 Oct 2005 21:27:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Oct 2005 21:27:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 17 23:27:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ERcTz-0001K6-3z for ged-emacs-devel@m.gmane.org; Mon, 17 Oct 2005 23:25:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ERcTy-00032s-H8 for ged-emacs-devel@m.gmane.org; Mon, 17 Oct 2005 17:25:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ERcTF-0002sN-V5 for emacs-devel@gnu.org; Mon, 17 Oct 2005 17:24:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ERcTC-0002pb-0Z for emacs-devel@gnu.org; Mon, 17 Oct 2005 17:24:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ERcTB-0002pX-JZ for emacs-devel@gnu.org; Mon, 17 Oct 2005 17:24:33 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1ERcTB-0006FF-AG for emacs-devel@gnu.org; Mon, 17 Oct 2005 17:24:33 -0400 Original-Received: from wanchan.jasonrumney.net (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id j9HLOUch026286; Mon, 17 Oct 2005 22:24:30 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 116042C; Mon, 17 Oct 2005 22:24:30 +0100 (BST) Original-To: Bill Wohler In-Reply-To: <87mzles59q.fsf@olgas.newt.com> (Bill Wohler's message of "Wed, 12 Oct 2005 16:08:01 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) 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:44211 Archived-At: Bill Wohler writes: >>> The lisp/Makefile.in has been changed to regenerate >>> mh-e/mh-loaddefs.el, but the corresponding lisp/makefile.w32-in remain >>> unchanged. Is that ok? > > Done. Can someone please take care of verifying the change and > implementing any "tricky bits" that Juanma mentioned? I have implemented the "tricky bits" and tested them on CMD.EXE. > I noticed a few discrepancies between Makefile.in and > makefile.w32-in which may or may not be problems: > > 1. AUTOGENEL does not exist in makefile.w23-in, nor a maintainer-clean > target which uses it. As you say, there is no maintainer-clean target in the w32 makefiles. I'm not sure how important it is to be able to start from a clean CVS tree without checking it out fresh. If it is important, someone can add the necessary targets to the w32 makefiles. > 2. compile depends on $(lisp)/subdirs.el in Makefile.in, subdirs.el in > makefile.w32-in. I have changed all references to .el files to use $(lisp). > 3. bootstrap in makefile.w32-in depends on "finder-data custom-deps" > while boostrap in Makefile.in does not. But bootstrap-after does depend on those files. I have seen reports of Windows reporting no documentation for built-in commands, so this may be the reason.