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: more reliable `make' Date: Mon, 07 Sep 2009 17:43:58 -0400 Message-ID: References: <20090907092823.GA3210@muc.de> <83ws4a3b49.fsf@gnu.org> <0C7A6FC6-085D-4B7F-9DC0-FF0493876153@raeburn.org> <15tyzeinlq.fsf@fencepost.gnu.org> <83skey34bz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252359864 31802 80.91.229.12 (7 Sep 2009 21:44:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Sep 2009 21:44:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 07 23:44:17 2009 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 1Mkm0W-0005uq-QJ for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2009 23:44:17 +0200 Original-Received: from localhost ([127.0.0.1]:36647 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mkm0W-0007TU-6v for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2009 17:44:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mkm0K-0007OC-EH for emacs-devel@gnu.org; Mon, 07 Sep 2009 17:44:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mkm0F-0007KT-MT for emacs-devel@gnu.org; Mon, 07 Sep 2009 17:44:03 -0400 Original-Received: from [199.232.76.173] (port=50156 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mkm0F-0007KM-Gt for emacs-devel@gnu.org; Mon, 07 Sep 2009 17:43:59 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46996) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mkm0F-000786-4m for emacs-devel@gnu.org; Mon, 07 Sep 2009 17:43:59 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Mkm0E-0006vP-Nx; Mon, 07 Sep 2009 17:43:58 -0400 X-Spook: USDOJ top secret SHA Ft. Bragg Reno Dick Cheney eternity X-Ran: 4r+.}jf+<]iQ/nFRFO2w%D]8G`4+e&He}?r?yc2RrjGJo9)'56\!9/a%t[dJUmbd:~PMe5 X-Hue: magenta X-Attribution: GM In-Reply-To: <83skey34bz.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 07 Sep 2009 23:08:48 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/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:115098 Archived-At: [subject changed] Eli Zaretskii wrote: > But that would mean loadup loads un-compiled files, right? That > doesn't sound like a good idea. I'll wait to hear the details of Stefans's implementation, but I imagine it was preferring the .el files only if newer. The standard make rules would ensure the loadup dependencies were all recompiled before dumping.