From xemacs-m  Thu Sep 18 21:03:58 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 VAA18032
	for <xemacs-beta@xemacs.org>; Thu, 18 Sep 1997 21:03:58 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.7/8.8.7) id TAA25547;
	Thu, 18 Sep 1997 19:07:36 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: (eventual) [success][patch] Bern sparc-sun-solaris2.5.1
References: <m2sov4pezr.fsf@altair.xemacs.org> <ocrafhbpz2n.fsf@ml.com> <m23en3zgy9.fsf@altair.xemacs.org> <ocr67rypvhf.fsf@ml.com>
X-Face: `'%\i;ySOu]g?NlziJSk_$&@]KP`}~PEQPjZ5;nxSaDW_o$4+4%Ab]%Ifw3ZR;7TIT3,O,'
 @2{L;]ox6kc;$_5kU'n**9vFg-]eV~GbxSVCx|(s%uR[],*:^WKmC`B}(;|k9/m]gwt?&`t;^rfCJg
 khHH>pP1W\)xM0U@!FNDD72{3fDP$PkBhx^7Z?-WxH6DbFN:QOnT`llzW}VGdYv;n9lzljQvKTIBhQ
 YuV
X-Attribution: sb
From: SL Baur <steve@xemacs.org>
In-Reply-To: Colin Rafferty's message of "18 Sep 1997 10:06:20 -0400"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Thu_Sep_18_19:07:35_1997-1"
Content-Transfer-Encoding: 7bit
Date: 18 Sep 1997 19:07:35 -0700
Message-ID: <m2n2lakqe0.fsf@altair.xemacs.org>
Lines: 60
X-Mailer: Quassia Gnus v0.7/XEmacs 20.3(beta23) - "Sarajevo"

--Multipart_Thu_Sep_18_19:07:35_1997-1
Content-Type: text/plain; charset=US-ASCII

Colin Rafferty <craffert@ml.com> writes:

> I believe that any call to an emacs in the build process should be to
> the just-built version.  Anything else is inconsistant and error-prone.

Um, I forgot I fixed man/tm/Makefile to not blow chunks on the Japanese
files when presented with XEmacs/Latin-1. :-/

Does this do what you want?

1997-09-18  SL Baur  <steve@altair.xemacs.org>

	* Makefile (EMACS): Refer to xemacs binary in source tree.
	* tm/Makefile (EMACS): Ditto.


--Multipart_Thu_Sep_18_19:07:35_1997-1
Content-Type: text/plain; charset=US-ASCII

Index: man/Makefile
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/man/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	1997/08/01 03:28:18	1.13
+++ Makefile	1997/09/19 01:58:44
@@ -23,7 +23,7 @@
 # inherited from the environment.
 SHELL = /bin/sh
 
-EMACS = xemacs
+EMACS = ../src/xemacs
 EMACSFLAGS = -batch -q -no-site-file 
 
 # NOTE:  You *must* have makeinfo-1.68 or later to rebuild the

--Multipart_Thu_Sep_18_19:07:35_1997-1
Content-Type: text/plain; charset=US-ASCII

Index: man/tm/Makefile
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/man/tm/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	1997/07/19 22:11:57	1.5
+++ Makefile	1997/09/19 01:59:19
@@ -18,7 +18,7 @@
 # Boston, MA 02111-1307, USA.
 
 # The japanese texinfo files requires the very latest 20.0 xemacs
-EMACS = xemacs
+EMACS = ../../src/xemacs
 NAMES = tm tm-edit tm-view gnus-mime tm-mh-e
 NAMES_EN = $(NAMES:%=%-en) tm-vm-en
 NAMES_JA = $(NAMES:%=%-ja)

--Multipart_Thu_Sep_18_19:07:35_1997-1--

