From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.90 pretest Date: Wed, 09 Dec 2009 16:08:51 -0500 Message-ID: <9zws0vonx8.fsf@fencepost.gnu.org> References: <87r5r47t7p.fsf@stupidchicken.com> <87vdgfvps8.fsf@stupidchicken.com> <87ocm7x3qb.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1260392965 14634 80.91.229.12 (9 Dec 2009 21:09:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 21:09:25 +0000 (UTC) Cc: Juanma Barranquero , Eli Zaretskii , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 09 22:09:17 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NITmR-0001mg-N9 for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 22:09:03 +0100 Original-Received: from localhost ([127.0.0.1]:54526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NITmR-0004xe-Bu for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 16:09:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NITmM-0004x3-6h for emacs-devel@gnu.org; Wed, 09 Dec 2009 16:08:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NITmH-0004ub-TB for emacs-devel@gnu.org; Wed, 09 Dec 2009 16:08:57 -0500 Original-Received: from [199.232.76.173] (port=36919 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NITmH-0004uU-9N for emacs-devel@gnu.org; Wed, 09 Dec 2009 16:08:53 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49680) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NITmG-00072I-I5 for emacs-devel@gnu.org; Wed, 09 Dec 2009 16:08:52 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NITmG-0000Pc-11; Wed, 09 Dec 2009 16:08:52 -0500 X-Spook: CIA anthrax Zachawi Bush Wired lynch dictionary X-Ran: EO]Djvvh!]E45f4d'x7D2h!v)+qS[7xH0c_HB{cDH:lB)7T""*lTcSD4F'<["GR9/6u,;" X-Hue: white X-Attribution: GM In-Reply-To: <87ocm7x3qb.fsf@stupidchicken.com> (Chong Yidong's message of "Wed, 09 Dec 2009 16:00:12 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118485 Archived-At: Chong Yidong wrote: > Then I am confused as to why "make cvs-update install" would fix the > problem. I think WINS_CEDET_SUBDIRS is missing from the list of directories to compile (WINS_ALMOST) in lisp/makefile.w32-in. cvs-update runs recompile which uses batch-byte-recompile-directory, so compiling the files in a different way.