emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp makefile.w32-in


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/lisp makefile.w32-in
Date: Fri, 02 Oct 2009 18:46:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/10/02 18:46:37

Modified files:
        lisp           : makefile.w32-in 

Log message:
        (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
        (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in subdirs
        of cedet as well.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/makefile.w32-in?cvsroot=emacs&r1=1.93&r2=1.94

Patches:
Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/makefile.w32-in,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- makefile.w32-in     2 Oct 2009 15:46:46 -0000       1.93
+++ makefile.w32-in     2 Oct 2009 18:46:37 -0000       1.94
@@ -89,6 +89,13 @@
        cedet/semantic \
        cedet/srecode
 
+WINS_CEDET_SUBDIRS=\
+       cedet/semantic/analyze \
+       cedet/semantic/bovine \
+       cedet/semantic/decorate \
+       cedet/semantic/symref \
+       cedet/semantic/wisent
+
 WINS_BASIC=\
        calc \
        calendar \
@@ -409,11 +416,12 @@
 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); do rm -f $$dir/*.elc; done
+       -for dir in . $(WINS)  $(WINS_CEDET_SUBDIRS); 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




reply via email to

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