From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: bootstrap not regenerating some *loaddefs Date: Wed, 18 Jun 2008 12:47:23 -0400 Message-ID: References: <4857D484.8000509@gnu.org> <05iqw82bux.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213807793 24915 80.91.229.12 (18 Jun 2008 16:49:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2008 16:49:53 +0000 (UTC) Cc: Jason Rumney , Stefan Monnier , emacs-devel Mailinglist To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 18 18:50:36 2008 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.50) id 1K90rf-0007XX-EV for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 18:50:31 +0200 Original-Received: from localhost ([127.0.0.1]:42811 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K90qq-0005Zt-Iu for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 12:49:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K90qn-0005Zo-3H for emacs-devel@gnu.org; Wed, 18 Jun 2008 12:49:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K90ql-0005Zc-Mx for emacs-devel@gnu.org; Wed, 18 Jun 2008 12:49:35 -0400 Original-Received: from [199.232.76.173] (port=58528 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K90ql-0005ZZ-Hp for emacs-devel@gnu.org; Wed, 18 Jun 2008 12:49:35 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38109) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K90ql-0008Et-9Q for emacs-devel@gnu.org; Wed, 18 Jun 2008 12:49:35 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1K90od-0006UX-Hf; Wed, 18 Jun 2008 12:47:23 -0400 X-Spook: SAFE Syria EuroFed asset INSCOM brigand STARLAN MD4 X-Ran: B,lMsX)0ds)9.u;i{P)~(wdRoE&RT0QNo8{tn5u{._!GZEQZq:+s{MoYj2KA13X$`:Mc7= X-Hue: red X-Attribution: GM In-Reply-To: (Juanma Barranquero's message of "Wed, 18 Jun 2008 17:51:08 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:99403 Archived-At: "Juanma Barranquero" wrote: > + echo ";; Local Variables:" >> $@ > + echo ";; version-control: never" >> $@ > + echo ";; no-byte-compile: t" >> $@ > + echo ";; no-update-autoloads: t" >> $@ > + echo ";; coding: utf-8" >> $@ > + echo ";; End:" >> $@ Do you need to create a basic loaddefs by hand for some special reason, or can you just rely on autoload-ensure-default-file, like the Unix build does? Re the W32 lisp makefile, I would suggest syncing the autogen-clean target and its use (it is referenced in INSTALL.CVS). A quick glance shows that the w32 makefile looks a bit out of date, eg re mh-autoloads, emacs-deps (I can't understand this one personally), custom-deps and finder-data prereqs, cus-load target, etc. A more general sync/update may be good. Whether you want to copy the ELCFILES stuff that allows for parallel byte-compiling, I leave up to you...