# HG changeset patch # User Miles Bader # Date 1060851944 0 # Node ID 7ae60c4fe488fc5e856fe22d542d7181781a1d30 # Parent fe4a184798192abfe0b4433a48b52888037bcf56 Revision: emacs--cvs-trunk--0--patch-14 Archive: miles@gnu.org--gnu-2003 Creator: Miles Bader Summary: Avoid .arch-ids dirs when making autoloads Modified-files: ./lisp/Makefile.in New-patches: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-14 Avoid .arch-ids dirs when making autoloads diff -r fe4a18479819 -r 7ae60c4fe488 lisp/Makefile.in --- a/lisp/Makefile.in Thu Aug 14 08:55:30 2003 +0000 +++ b/lisp/Makefile.in Thu Aug 14 09:05:44 2003 +0000 @@ -1,5 +1,5 @@ # Maintenance productions for the Lisp directory -# Copyright (C) 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -129,7 +129,7 @@ setwins=subdirs=`find $$wd -type d -print`; \ for file in $$subdirs; do \ - case $$file in */Old | */RCS | */CVS | */CVS/* | */=* ) ;; \ + case $$file in */Old | */RCS | */CVS | */CVS/* | */.arch-ids | */.arch-ids/* | */=* ) ;; \ *) wins="$$wins $$file" ;; \ esac; \ done