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: Changes in lisp/Makefile.in to skip preloaded files Date: Tue, 06 Oct 2009 11:28:41 -0400 Message-ID: References: <837hv9neza.fsf@gnu.org> <8363asoov2.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 1254842959 23428 80.91.229.12 (6 Oct 2009 15:29:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2009 15:29:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 06 17:29:10 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 1MvByP-0005la-Tb for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2009 17:29:10 +0200 Original-Received: from localhost ([127.0.0.1]:43445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvByP-0006wS-DK for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2009 11:29:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvByI-0006tG-7H for emacs-devel@gnu.org; Tue, 06 Oct 2009 11:29:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvByD-0006if-4u for emacs-devel@gnu.org; Tue, 06 Oct 2009 11:29:01 -0400 Original-Received: from [199.232.76.173] (port=45309 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvByC-0006iM-Vm for emacs-devel@gnu.org; Tue, 06 Oct 2009 11:28:57 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:25272 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvBy9-0005H4-1U; Tue, 06 Oct 2009 11:28:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAJP/ykrO+KK+/2dsb2JhbACBUdFrhCoEhy8 X-IronPort-AV: E=Sophos;i="4.44,513,1249272000"; d="scan'208";a="47173736" Original-Received: from 206-248-162-190.dsl.teksavvy.com (HELO ceviche.home) ([206.248.162.190]) by ironport2-out.pppoe.ca with ESMTP; 06 Oct 2009 11:28:41 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 793E7B4190; Tue, 6 Oct 2009 11:28:41 -0400 (EDT) In-Reply-To: <8363asoov2.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 06 Oct 2009 11:25:53 +0200") 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:115929 Archived-At: > . Add to src/Makefile.in a new target `echolisp' which will simply > run "@echo $(lisp)". Then initialize autoload-excludes with > something like (shell-command-to-string "make -C ../src echolisp"). > (This will probably need some tweaking on w32, because of the same > limitation of command-line size, but that's much easier done than > with the current approach.) That sounds like a great idea: just "run the code" rather than "analyse the code". Stefan