From xemacs-m  Sun Aug  3 17:17:03 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 RAA00340
	for <xemacs-beta@xemacs.org>; Sun, 3 Aug 1997 17:17:02 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id PAA12386;
	Sun, 3 Aug 1997 15:21:34 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: 20.3b16: notes
References: <199708031938.VAA01382@sol1.cybernet-ag.net>
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: Axel Seibert's message of "Sun, 3 Aug 1997 21:38:32 +0200 (MET DST)"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 03 Aug 1997 15:21:34 -0700
Message-ID: <m2n2my7vrl.fsf@altair.xemacs.org>
Lines: 18
X-Mailer: Gnus v5.4.64/XEmacs 20.3(beta17) - "Bucharest"

Axel Seibert <aseibert@cybernet-ag.net> writes:

> Will there ever be a function to compile literally _every_ single
> .el file in a directory hierarchy, when its .elc-file is outdated or
> non-existent at all?

I'm not sure what you mean.  That is supposed to be what `make all-elc'
does.  Unless you're referring to doing true source dependencies.  In
which case the answer is `not any time soon' unless someone gets inspired.

Note that it is safe (though perhaps time-consuming depending on how
fast your machine is) to do something like:

$ find lisp -name \*.elc -exec /bin/rm -f '{}' \;
$ make all-elc

At this point it should work in both Latin-1 and Mule.  Mule builds
are rock solid and Latin-1 should be fixed now.

