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: [Emacs-diffs] /srv/bzr/emacs/trunk r108545: * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200. Date: Sun, 10 Jun 2012 10:33:38 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339338830 1875 80.91.229.3 (10 Jun 2012 14:33:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2012 14:33:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 10 16:33:48 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SdjD9-0004zp-Ah for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2012 16:33:47 +0200 Original-Received: from localhost ([::1]:50252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdjD9-0002vL-5A for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2012 10:33:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdjD5-0002rx-MJ for emacs-devel@gnu.org; Sun, 10 Jun 2012 10:33:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdjD3-0004iB-EA for emacs-devel@gnu.org; Sun, 10 Jun 2012 10:33:43 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:64338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdjD3-0004eX-9s for emacs-devel@gnu.org; Sun, 10 Jun 2012 10:33:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09FxIfQ/2dsb2JhbABEtBGBCIIWAQVWIxALNBIUGA0kiCG6CZBEA5YqiA+EeoFYgwU X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="190911428" Original-Received: from 69-196-135-208.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([69.196.135.208]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 10 Jun 2012 10:33:38 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 60AD0AE499; Sun, 10 Jun 2012 10:33:38 -0400 (EDT) In-Reply-To: (Andreas Schwab's message of "Sat, 09 Jun 2012 19:03:43 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150875 Archived-At: > * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200. I thought this increase was only needed for the w32 build (because it byte-compiles all the files with the bootstrap-emacs), which does not use lisp/Makefile.in. Am I missing something? Stefan