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: ELCFILES [was Re: Updating org-mode in Emacs] Date: Fri, 07 Aug 2009 22:38:11 -0400 Message-ID: References: <83my6bn0ol.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 1249699798 1637 80.91.229.12 (8 Aug 2009 02:49:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Aug 2009 02:49:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 08 04:49:51 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 1MZc0E-0003nN-DT for ged-emacs-devel@m.gmane.org; Sat, 08 Aug 2009 04:49:50 +0200 Original-Received: from localhost ([127.0.0.1]:35725 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZc0D-0003fS-RY for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2009 22:49:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZc09-0003e7-Bu for emacs-devel@gnu.org; Fri, 07 Aug 2009 22:49:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZc04-0003d3-Td for emacs-devel@gnu.org; Fri, 07 Aug 2009 22:49:44 -0400 Original-Received: from [199.232.76.173] (port=38156 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZc04-0003d0-OJ for emacs-devel@gnu.org; Fri, 07 Aug 2009 22:49:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:59957) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZc04-0001Ah-HK for emacs-devel@gnu.org; Fri, 07 Aug 2009 22:49:40 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MZbox-0003pT-CK; Fri, 07 Aug 2009 22:38:11 -0400 X-Spook: USCOI constitution LABLINK USCODE investigation hackers X-Ran: 7$QL$Fd#<+y{N^Mn3!?zxSu;wBTHY\mj?d9##o-+Quj*EK35#2YMhTIy,!0;oh|Vu;{,([ X-Hue: black X-Attribution: GM 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:113791 Archived-At: Stefan Monnier wrote: > Let me just here say that I hate this ELCFILES business. Too much > trouble too little benefit. Take it out if you feel strongly about it, or replace it with something better. It was the only way I could find to allow parallel byte-compiling that was compatible with portable Makefile syntax. I certainly appreciate the speed-up that allows. The only trouble it causes AFAIK is an obvious build failure when a lisp file is (re)moved or renamed (which is infrequent) without a corresponding update of Makefile.in.