From xemacs-m  Mon Jun 30 07:32:07 1997
Received: from sonyinet.sony.co.jp (sonyinet.sony.co.jp [202.238.80.17])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id HAA17898
	for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 07:32:06 -0500 (CDT)
Received: (from uucp@localhost) by sonyinet.sony.co.jp (8.8.6/3.4W4-96030410) id VAA07867 for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 21:32:06 +0900 (JST)
Received: from unknown(43.0.1.249) by sonyinet.sony.co.jp via smap (V2.0)
	id xma007669; Mon, 30 Jun 97 21:31:10 +0900
Received: from shigw.shi.sony.co.jp (shigw [43.1.179.252]) by sonygw.sony.co.jp (8.6.12+2.4W/3.4W-97020512) with ESMTP id VAA02000 for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 21:30:53 +0900
Received: from gagw.ga.sony.co.jp (gabrg [43.1.185.224]) by shigw.shi.sony.co.jp (8.6.12+2.4W/3.4W-96052711) with SMTP
	id VAA13416 for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 21:30:52 +0900
Received: from beer.ga.sony.co.jp by gagw.ga.sony.co.jp (4.2/6.4J.6)
	id AA07726; Mon, 30 Jun 97 21:30:44 JST
Received: by beer.ga.sony.co.jp (4.2/6.4J.6)
	id AA20638; Mon, 30 Jun 97 21:30:43 JST
To: xemacs-beta@xemacs.org
Subject: Re: Success "Athens" on NEWSOS4
From: Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
References: <28afk864yw.fsf_-_@ganews.ga.sony.co.jp>
	<m290zshav2.fsf@altair.xemacs.org>
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.82)
Content-Type: text/plain; charset=US-ASCII
Date: 30 Jun 1997 21:30:51 +0900
Message-Id: <28soy0gtms.fsf@ganews.ga.sony.co.jp>
Lines: 37
X-Mailer: Gnus v5.4.60 + SEMI patch (r2.1)/XEmacs 20.3(beta10) - "Athens"
X-Info: ftp://ftp.jqu.com/pub/yamaoka/x-pgp-sig-1.2.5.tar.gz
X-Pgp-Sig: 2.6.3ia Subject,Message-ID,Date,From,X-Mailer,X-Face
	iQBVAwUBM7enAUig4LAIggqdAQG61gH/WcUQoEVAKiYEehJLqB5w/LaYRUewe6e1
	oHVCtM6fwWKKqJ3vqMenu6TcbixOjqTXi1QspmcRxxcoNiP/T0WnCg==
	=t54j
X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk
 B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw=
 L&i*6&(

The truth gradually dawned on me. :-<

>>>>> In <m290zshav2.fsf@altair.xemacs.org> 
>>>>>	Steven L Baur <steve@xemacs.org> wrote:

>> -	-${DUMPENV} ./temacs -batch -l ../prim/make-docfile.el -- \
>> -		-o ${libsrc}DOC -d ${srcdir} -i ${libsrc}../site-packages \
>> -		${obj_src} ${mallocdocsrc} ${rallocdocsrc}
>> +	${libsrc}make-docfile -d ${srcdir} -i ${libsrc}../site-packages \
>> +		${obj_src} \
>> +	        ${mallocdocsrc} ${rallocdocsrc} ${lispdir}version.el \
>> +		${lisp} > ${libsrc}DOC
 
sb> This change is incorrect.  There is no ${lisp} variable any more,
sb> the set of lisp files dumped with XEmacs can and will be changing
sb> dynamically with build and make-docfile should only be called from
sb> make-docfile.el.

Thank you for the advice.

sb> Is line length a problem only with your make?  If so, then the right
sb> change is to split up the command line.

sb> 	-${DUMPENV} ./temacs -batch -l ../prim/make-docfile.el -- \
sb> 		-o ${libsrc}DOC \
sb> 		-d ${srcdir} \
sb> 		-i ${libsrc}../site-packages \
sb> 		${obj_src} \
sb> 		${mallocdocsrc} \
sb> 		${rallocdocsrc}

sb> Does this replacement work?

Yes, it works. It makes ${libsrc}DOC completely. But `make' does not
go to the next step, because call-process-internal() never returns.
-- 
Katsumi Yamaoka <yamaoka@ga.sony.co.jp>

