# HG changeset patch # User Chong Yidong # Date 1260550082 0 # Node ID f21f0f004de3824abf1af5a07629f3774116d660 # Parent cad98e90ecc57031a9aaab6c0fd0b710944e5fdb * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories are compiled. diff -r cad98e90ecc5 -r f21f0f004de3 lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 11 02:31:49 2009 +0000 +++ b/lisp/ChangeLog Fri Dec 11 16:48:02 2009 +0000 @@ -1,3 +1,8 @@ +2009-12-11 Chong Yidong + + * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories + are compiled. + 2009-12-11 Michael McNamara * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re, diff -r cad98e90ecc5 -r f21f0f004de3 lisp/makefile.w32-in --- a/lisp/makefile.w32-in Fri Dec 11 02:31:49 2009 +0000 +++ b/lisp/makefile.w32-in Fri Dec 11 16:48:02 2009 +0000 @@ -89,9 +89,7 @@ cedet \ cedet/ede \ cedet/semantic \ - cedet/srecode - -WINS_CEDET_SUBDIRS=\ + cedet/srecode \ cedet/semantic/analyze \ cedet/semantic/bovine \ cedet/semantic/decorate \ @@ -118,20 +116,17 @@ textmodes \ url -# Directories with lisp files to compile -WINS_ALMOST=$(WINS_BASIC) \ +# Directories with lisp files to compile, and to extract data from +# (customs, autoloads, etc.) +WINS_UPDATES=$(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) \ +# All directories +WINS= $(WINS_UPDATES) \ term \ obsolete @@ -426,12 +421,11 @@ bootstrap-clean-CMD: # if exist "$(EMACS)" $(MAKE) $(MFLAGS) autoloads -for %%f in (. $(WINS)) do for %%g in (%%f\*.elc) do @$(DEL) %%g - -for %%f in ($(WINS_CEDET_SUBDIRS)) do for %%g in (%%f\*.elc) do @$(DEL) %%g bootstrap-clean-SH: # if test -f "$(EMACS)"; then $(MAKE) $(MFLAGS) autoloads; fi # -rm -f $(lisp)/*.elc $(lisp)/*/*.elc - -for dir in . $(WINS) $(WINS_CEDET_SUBDIRS); do rm -f $$dir/*.elc $$dir/*/*.elc $$dir/*/*/*.elc; done + -for dir in . $(WINS); do rm -f $$dir/*.elc $$dir/*/*.elc $$dir/*/*/*.elc; done # Generate/update files for the bootstrap process. # When done, remove bootstrap-emacs from ../bin, so that