emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 23.1.90 pretest


From: Chong Yidong
Subject: Re: Emacs 23.1.90 pretest
Date: Wed, 09 Dec 2009 16:45:35 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Glenn Morris <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]