emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/makefile.w32-in,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/makefile.w32-in,v
Date: Wed, 08 Nov 2006 01:12:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/08 01:12:58

Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/makefile.w32-in,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- makefile.w32-in     5 Jun 2006 19:47:13 -0000       1.59
+++ makefile.w32-in     8 Nov 2006 01:12:58 -0000       1.60
@@ -67,17 +67,8 @@
 
 emacs = "$(EMACS)" $(EMACSOPT)
 
-# Common command to find subdirectories
-
-setwins=subdirs=`find $$wd -type d -print`; \
-       for file in $$subdirs; do \
-          case $$file in */Old | */RCS | */CVS | */CVS/* | */=* ) ;; \
-               *) wins="$$wins $$file" ;; \
-          esac; \
-        done
-
 # Have to define the list of subdirs manually when not using sh.
-WINS=\
+WINS_ALMOST=\
        calc \
        calendar \
        emacs-lisp \
@@ -90,13 +81,15 @@
        mail \
        mh-e \
        net \
-       obsolete \
        play \
        progmodes \
        term \
        textmodes \
        url
 
+WINS= $(WINS_ALMOST) \
+       obsolete
+
 doit:
 
 $(lisp)/cus-load.el:
@@ -160,10 +153,10 @@
 # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
 #          this can break with GNU Make 3.81 and later if sh.exe is used.
 autoloads: $(lisp)/loaddefs.el doit
-       @echo Directories: . $(WINS)
+       @echo Directories: . $(WINS_ALMOST)
        $(emacs) -l autoload \
                --eval $(ARGQUOTE)(setq find-file-hook nil 
find-file-suppress-same-file-warnings t)$(ARGQUOTE) \
-               -f w32-batch-update-autoloads "$(lisp)/loaddefs.el" . $(WINS)
+               -f w32-batch-update-autoloads "$(lisp)/loaddefs.el" . 
$(WINS_ALMOST)
 
 $(lisp)/subdirs.el:
        $(MAKE) $(MFLAGS) update-subdirs




reply via email to

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