From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs digest, Vol 1 #508 - 12 msgs Date: Sat, 23 Mar 2002 11:53:32 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <3099-Sat23Mar2002115331+0200-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016877669 1353 127.0.0.1 (23 Mar 2002 10:01:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 23 Mar 2002 10:01:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oiKj-0000Li-00 for ; Sat, 23 Mar 2002 11:01:09 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16oiRo-0002cJ-00 for ; Sat, 23 Mar 2002 11:08:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oiKW-0000Vc-00; Sat, 23 Mar 2002 05:00:56 -0500 Original-Received: from odin.inter.net.il ([192.114.186.10]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oiH1-0000NY-00 for ; Sat, 23 Mar 2002 04:57:19 -0500 Original-Received: from zaretsky (diup-217-68.inter.net.il [213.8.217.68]) by odin.inter.net.il (Mirapoint) with ESMTP id AHO24993; Sat, 23 Mar 2002 11:56:54 +0200 (IST) Original-To: Stefan Monnier X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (emacs-diffs-request@gnu.org) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2152 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2152 What is the reason for this change in src/Makefile.in? Are you saying that the default value of PURESIZE is large enough to load *.el files in source form? - /* Build a temacs with a sufficiently large PURESIZE to load the - Lisp files from loadup.el in source form. */ - - bootstrap-temacs: - LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000 -I../src" - Also, is it wise to avoid building DOC during the bootstrap? Are we sure it will never be used? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel