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: Build-time dependencies Date: Sun, 08 Jun 2008 15:03:07 -0400 Message-ID: References: <20080606155915.GA3953@muc.de> <20080606203541.GA1741@muc.de> <20080607095024.GC1812@muc.de> <20080607200821.GI1812@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212951955 12975 80.91.229.12 (8 Jun 2008 19:05:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Jun 2008 19:05:55 +0000 (UTC) Cc: Alan Mackenzie , Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 08 21:06:37 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 1K5QDi-0004S9-Nt for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 21:06:26 +0200 Original-Received: from localhost ([127.0.0.1]:55984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5QCv-0001wO-QY for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 15:05:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5QCS-0001ja-QE for emacs-devel@gnu.org; Sun, 08 Jun 2008 15:05:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5QCR-0001j4-UK for emacs-devel@gnu.org; Sun, 08 Jun 2008 15:05:08 -0400 Original-Received: from [199.232.76.173] (port=50213 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5QCR-0001iy-Ok for emacs-devel@gnu.org; Sun, 08 Jun 2008 15:05:07 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36736) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5QCR-0003sI-Ko for emacs-devel@gnu.org; Sun, 08 Jun 2008 15:05:07 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1K5QAW-0005q3-09; Sun, 08 Jun 2008 15:03:08 -0400 X-Spook: Legion of Doom e-bomb enigma AVN Becker Noriega chameleon X-Ran: r}fPn!*T2nQJN0jc~"cR=^_W$ (Stefan Monnier's message of "Sat, 07 Jun 2008 22:56:54 -0400") 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:98716 Archived-At: Stefan Monnier wrote: > I think it should be easy to generate the dependencies from bytecomp.el > (just record macros as we expand them, and then try and figure out > which file they come from). This way they could be kept uptodate > 100% automatically. What exactly is the point of doing this supposed to be? To make non-bootstrap builds more reliable?