all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Glenn Morris <rgm@gnu.org>
Cc: Juanma Barranquero <lekktu@gmail.com>,
	Eli Zaretskii <eliz@gnu.org>,
	emacs-devel@gnu.org
Subject: Re: Emacs 23.1.90 pretest
Date: Wed, 09 Dec 2009 16:45:35 -0500	[thread overview]
Message-ID: <87y6lbizy8.fsf@stupidchicken.com> (raw)
In-Reply-To: <9zws0vonx8.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 09 Dec 2009 16:08:51 -0500")

Glenn Morris <rgm@gnu.org> writes:

> 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.

You're right, of course.  Juanma, could you test this change and see if
it does the right thing?

*** emacs/lisp/makefile.w32-in.~1.101.~	2009-11-20 09:20:56.000000000 -0500
--- emacs/lisp/makefile.w32-in	2009-12-09 16:44:40.000000000 -0500
***************
*** 89,97 ****
  	cedet \
  	cedet/ede \
  	cedet/semantic \
! 	cedet/srecode
! 
! WINS_CEDET_SUBDIRS=\
  	cedet/semantic/analyze \
  	cedet/semantic/bovine \
  	cedet/semantic/decorate \
--- 89,95 ----
  	cedet \
  	cedet/ede \
  	cedet/semantic \
! 	cedet/srecode \
  	cedet/semantic/analyze \
  	cedet/semantic/bovine \
  	cedet/semantic/decorate \
***************
*** 118,137 ****
  	textmodes \
  	url
  
! # Directories with lisp files to compile
! WINS_ALMOST=$(WINS_BASIC) \
  	$(WINS_CEDET)
  
- # Directories to extract data from (customs, autoloads, etc.)
- WINS_UPDATES=$(WINS_ALMOST) \
- 	$(WINS_CEDET_SUBDIRS)
- 
  # Directories to add to subdirs.el
  WINS_SUBDIR=$(WINS_BASIC) \
  	obsolete
  
! # All directories, except CEDET subdirs
! WINS= $(WINS_ALMOST) \
  	term \
  	obsolete
  
--- 116,132 ----
  	textmodes \
  	url
  
! # Directories with lisp files to compile, and to extract data from
! # (customs, autoloads, etc.)
! WINS_UPDATES=$(WINS_BASIC) \
  	$(WINS_CEDET)
  
  # Directories to add to subdirs.el
  WINS_SUBDIR=$(WINS_BASIC) \
  	obsolete
  
! # All directories
! WINS= $(WINS_UPDATES) \
  	term \
  	obsolete
  




  reply	other threads:[~2009-12-09 21:45 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-09  2:54 Emacs 23.1.90 pretest Chong Yidong
2009-12-09  4:39 ` Juanma Barranquero
2009-12-09 11:33   ` Eli Zaretskii
2009-12-09 12:46     ` Juanma Barranquero
2009-12-09 20:46       ` Chong Yidong
2009-12-09 20:50         ` Juanma Barranquero
2009-12-09 21:00           ` Chong Yidong
2009-12-09 21:08             ` Glenn Morris
2009-12-09 21:45               ` Chong Yidong [this message]
2009-12-10  0:45                 ` Juanma Barranquero
2009-12-11 16:48                   ` Chong Yidong
2009-12-11 16:58                     ` Juanma Barranquero
2009-12-09  9:14 ` Giovanni Lanzani
2009-12-09 17:14   ` Jan Djärv
     [not found]     ` <95bd41770912090936x26bdf529n4f54ce42729c8876@mail.gmail.com>
2009-12-09 18:20       ` Jan Djärv
2009-12-09 18:35         ` Giovanni Lanzani
2009-12-09 18:47           ` Jan Djärv
2009-12-10  7:49             ` Yavor Doganov
2009-12-10 19:28               ` Jan Djärv
2009-12-10 19:50                 ` Yavor Doganov
2009-12-10 21:40                   ` Jan Djärv
2009-12-10 23:02                     ` Yavor Doganov
2009-12-11 17:15                       ` Chong Yidong
2009-12-11 20:07                         ` Jan Djärv
2009-12-11 21:36                           ` Yavor Doganov
2009-12-11 21:56                             ` chad
2009-12-11 22:04                             ` Jan Djärv
2009-12-11 23:27                               ` Yavor Doganov
2009-12-12  0:00                         ` David Reitter
2009-12-12  2:32                           ` Chming
2009-12-11 17:19             ` Chong Yidong
2009-12-11 20:05               ` Jan Djärv
2009-12-12  8:10                 ` Jan Djärv
2009-12-09 12:11 ` Andreas Schwab
2009-12-09 14:35   ` Chong Yidong
2009-12-09 15:48     ` Andreas Schwab
2009-12-09 18:52       ` Stefan Monnier
2009-12-09 20:07         ` Andreas Schwab
2009-12-09 21:18           ` Stefan Monnier
2009-12-09 21:45             ` Andreas Schwab
2009-12-09 21:56               ` Stefan Monnier
2009-12-09 23:14                 ` Andreas Schwab
2009-12-10  0:39                   ` Stefan Monnier
2009-12-10  0:45                     ` Andreas Schwab
2009-12-10  2:33                     ` Stephen J. Turnbull
2009-12-10  9:41                       ` David Kastrup
2009-12-10 12:32                         ` Stephen J. Turnbull
2009-12-09 18:39 ` Steven Knight
2009-12-09 18:56   ` Jan Djärv
2009-12-09 19:21     ` Steven Knight
2009-12-09 20:44       ` Jan Djärv
2009-12-09 21:20         ` Steven Knight
2009-12-11  7:47           ` Jan D.
2009-12-11 14:50             ` Steven Knight
2009-12-11 15:03               ` Jan D.
2009-12-12 16:20               ` Jan Djärv
2009-12-14 23:48                 ` Steven Knight
2009-12-09 19:01 ` David Robinow
2009-12-09 20:17   ` Chong Yidong
2009-12-14  4:59 ` Juanma Barranquero
2009-12-14 16:03   ` Chong Yidong
2009-12-14 16:20     ` Chong Yidong
2009-12-18  5:27 ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y6lbizy8.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.