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: Add cedet/ede/shell.el to ELCFILES Date: Sat, 17 Oct 2009 21:03:05 -0400 Message-ID: References: <83vdiegtcd.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 1255827822 663 80.91.229.12 (18 Oct 2009 01:03:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2009 01:03:42 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 18 03:03:32 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 1MzKB8-0004IN-7S for ged-emacs-devel@m.gmane.org; Sun, 18 Oct 2009 03:03:22 +0200 Original-Received: from localhost ([127.0.0.1]:52662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzKB7-0007OX-PB for ged-emacs-devel@m.gmane.org; Sat, 17 Oct 2009 21:03:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzKB3-0007OP-DO for emacs-devel@gnu.org; Sat, 17 Oct 2009 21:03:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzKAx-0007Mm-OO for emacs-devel@gnu.org; Sat, 17 Oct 2009 21:03:16 -0400 Original-Received: from [199.232.76.173] (port=50906 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzKAx-0007Mf-Kg for emacs-devel@gnu.org; Sat, 17 Oct 2009 21:03:11 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:27154 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzKAt-0002IN-Cd; Sat, 17 Oct 2009 21:03:07 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqEEAOcF2krO+IKD/2dsb2JhbACBUdUphDEEiAU X-IronPort-AV: E=Sophos;i="4.44,579,1249272000"; d="scan'208";a="47749061" Original-Received: from 206-248-130-131.dsl.teksavvy.com (HELO pastel.home) ([206.248.130.131]) by ironport2-out.pppoe.ca with ESMTP; 17 Oct 2009 21:03:06 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 53E0D7FD5; Sat, 17 Oct 2009 21:03:05 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Sat, 17 Oct 2009 14:15:59 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: 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:116213 Archived-At: >> This is with the current CVS: >> >> Maintainer warning: $(lisp)/cedet/ede/shell.el missing from $ELCFILES? >> Compiling $(lisp)/cedet/ede/shell.el >> Wrote $(lisp)/cedet/ede/shell.elc > When you see such a warning (which is completely harmless, BTW), just > run `make update-elclist' in the lisp directory, and commit > Makefile.in. BTW, if someone can come up with a way to get rid of `elcfiles' in lisp/Makefile.in that would be very welcome. Its only purpose is to allow parallel compilation of the .el files (which happens to be unreliable anyway), so the pain it brings is fairly high compared to the benefit. A solution that doesn't requires something like `update-elcfiles' would be much preferred. A solution that only works for GNU make would be acceptable, as long as it doesn't break building with non-GNU makes. Stefan