From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Build-time dependencies Date: Sun, 08 Jun 2008 21:51:17 -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 1212976321 6064 80.91.229.12 (9 Jun 2008 01:52:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2008 01:52:01 +0000 (UTC) Cc: Glenn Morris , emacs-devel@gnu.org, acm@muc.de To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 09 03:52:43 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 1K5WYt-0007Dq-Gb for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2008 03:52:43 +0200 Original-Received: from localhost ([127.0.0.1]:36420 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5WY6-0006xz-Cu for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 21:51:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5WXg-0006a7-9o for emacs-devel@gnu.org; Sun, 08 Jun 2008 21:51:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5WXe-0006Ya-Rf for emacs-devel@gnu.org; Sun, 08 Jun 2008 21:51:27 -0400 Original-Received: from [199.232.76.173] (port=45346 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5WXe-0006YE-JX for emacs-devel@gnu.org; Sun, 08 Jun 2008 21:51:26 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:27465 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5WXX-0003aP-Ie; Sun, 08 Jun 2008 21:51:19 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjICAOooTEjO+ISodGdsb2JhbACBVJA0ASebNw X-IronPort-AV: E=Sophos;i="4.27,610,1204520400"; d="scan'208";a="22302099" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 08 Jun 2008 21:51:18 -0400 Original-Received: from pastel.home ([206.248.132.168]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id PHI22618; Sun, 08 Jun 2008 21:51:18 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 995428265; Sun, 8 Jun 2008 21:51:17 -0400 (EDT) In-Reply-To: (Eli Zaretskii's message of "Sun, 08 Jun 2008 22:25:11 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:98750 Archived-At: > To make dependencies between Lips files explicit in lisp/Makefile.in, No, they'd be put into a separate file not under CVS control. > and thus causing Make to compile Lisp files in the right order. Right > now, whenever some Lisp files change, I frequently need to "make > recompile" several times, sometimes removing stale *.elc files > manually, until it finally succeeds, because it basically compiles > them in a random order. Indeed. Stefan