From xemacs-m  Thu Feb 27 17:12:30 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA09965
	for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 17:12:26 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQceto01524; Thu, 27 Feb 1997 18:12:25 -0500 (EST)
Date: Thu, 27 Feb 1997 18:12:25 -0500 (EST)
Message-Id: <QQceto01524.199702272312@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: Dynamic adjustment of PURESIZE (was Re: [19.15-b95] Success under Solaris-2.5/X11R6.3)
In-Reply-To: <m2u3mxonqj.fsf@altair.xemacs.org>
References: <vklo8e5aq3.fsf@cdc.noaa.gov>
	<m2ybcdncec.fsf@altair.xemacs.org>
	<QQceih18308.199702242148@crystal.WonderWorks.COM>
	<m2afotn832.fsf@altair.xemacs.org>
	<QQceik19037.199702242244@crystal.WonderWorks.COM>
	<m2sp2k7fcu.fsf_-_@altair.xemacs.org>
	<kig7mjvlsdt.fsf@jagor.srce.hr>
	<xcdwwrve9vz.fsf@jordan.cs.uchicago.edu>
	<199702272203.OAA26353@newman>
	<QQcetl00761.199702272217@crystal.WonderWorks.COM>
	<m2u3mxonqj.fsf@altair.xemacs.org>
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Steven L Baur writes:
 > Kyle Jones writes:
 > 
 > > William M. Perry writes:
 > >> Soren Dayton writes:
 > >> >would it be possible to check the return value of the make and do it
 > >> >yourself?  That would be the nice solution...
 > >> 
 > >> This could get into recursion problems if there was a genuine problem
 > >> with the build. :)
 > 
 > > Use a unique exit code.
 > 
 > Um, you can't right now.  The `fatal' routine is called to shut things
 > down and it hard codes an `exit(1)'.
 > 
 > There are 69 places fatal is called.  Sounds like a lot of work to
 > change it. :-(

OK, a trigger file then.  if REBUILD exists, delete it and run
make again.

