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: Building Emacs Date: Tue, 24 Jun 2008 09:09:35 -0400 Message-ID: References: <18528.57272.142788.302154@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214312989 14808 80.91.229.12 (24 Jun 2008 13:09:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Jun 2008 13:09:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 24 15:10:34 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 1KB8I6-0005Dm-1u for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 15:10:34 +0200 Original-Received: from localhost ([127.0.0.1]:48496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB8HG-0007Pa-MB for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 09:09:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KB8HC-0007OR-8R for emacs-devel@gnu.org; Tue, 24 Jun 2008 09:09:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KB8HA-0007NS-V6 for emacs-devel@gnu.org; Tue, 24 Jun 2008 09:09:37 -0400 Original-Received: from [199.232.76.173] (port=58494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB8HA-0007NE-Pe for emacs-devel@gnu.org; Tue, 24 Jun 2008 09:09:36 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:9329) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KB8HA-0001Gs-Il for emacs-devel@gnu.org; Tue, 24 Jun 2008 09:09:36 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq8EAE+PYEhFxIdG/2dsb2JhbACBW7EY X-IronPort-AV: E=Sophos;i="4.27,696,1204520400"; d="scan'208";a="23137387" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 24 Jun 2008 09:09:35 -0400 Original-Received: from pastel.home ([69.196.135.70]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id ETH42135; Tue, 24 Jun 2008 09:09:35 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 111B4825A; Tue, 24 Jun 2008 09:09:35 -0400 (EDT) In-Reply-To: <18528.57272.142788.302154@kahikatea.snap.net.nz> (Nick Roberts's message of "Tue, 24 Jun 2008 23:51:20 +1200") 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:99845 Archived-At: > In the past I would use "make recompile" in the lisp directory > followed by "make" in the emacs directory because it was much faster > than doing a bootstrap, and because I have my own experimental > versions of files in the lisp directory that I don't want autoloading. > Now I'm not sure what "make" does. It does pretty much what you did. > It outputs "nil" so many times that any meaningful message flashes by I don't see that. Could you post some example session? > and it insists on generating autoloads for all files in the > lisp directory. That was also the case in the past, except that your recipe simply never updated the loaddefs.el file. > Is there a way to get the old behaviour. It left problems from time to time > but I could generally see how to fix them. How 'bout adding "no-autoloads" annotations to the files you don't want autoloaded? Stefan