From xemacs-m  Tue Feb  4 00:09:28 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA27113
	for <xemacs-beta@xemacs.org>; Tue, 4 Feb 1997 00:09:28 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id WAA05289;
	Mon, 3 Feb 1997 22:20:40 -0800
To: xemacs-beta@xemacs.org
Subject: Re: 19.15b92 - Pure storage exhausted
References: <199702040556.WAA07410@branagh.ta52.lanl.gov>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: John Turner's message of Mon, 3 Feb 1997 22:56:04 -0700
Mime-Version: 1.0 (generated by tm-edit 7.101)
Content-Type: text/plain; charset=US-ASCII
Date: 03 Feb 1997 22:20:40 -0800
Message-ID: <m2pvyh9jnr.fsf@altair.xemacs.org>
Lines: 26
X-Mailer: Gnus v5.4.11/XEmacs 20.0

> Full distribution, gmake all-elc.  Ran out of pure storage; will have
> to play around tomorrow.  Details after sig...

Bat Puckey.  Only SunPro folks are going to run out of pure space,
the rest of us have plenty ...  Here's a patch.

Index: puresize.h
===================================================================
RCS file: /usr/local/xemacs/xemacs-19.15/src/puresize.h,v
retrieving revision 1.2
diff -u -r1.2 puresize.h
--- puresize.h	1997/02/02 05:07:26	1.2
+++ puresize.h	1997/02/04 06:17:24
@@ -110,7 +110,7 @@
 /* Extra amount of purespace needed for Sunpro builds. */
 
 #ifdef SUNPRO
-# define SUNPRO_PURESIZE_EXTRA 40000
+# define SUNPRO_PURESIZE_EXTRA 135000
 #else
 # define SUNPRO_PURESIZE_EXTRA 0
 #endif

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

