changeset 73817:46d85206101d

(setwins): Remove. (WINS_ALMOST): New macro. (WINS): Use it. (autoloads): Don't extract autoloads from files in obsolete/.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 08 Nov 2006 01:12:58 +0000
parents 6cc12a139829
children bec76643b076
files lisp/makefile.w32-in
diffstat 1 files changed, 6 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Wed Nov 08 01:06:45 2006 +0000
+++ b/lisp/makefile.w32-in	Wed Nov 08 01:12:58 2006 +0000
@@ -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