]> code.delx.au - gnu-emacs/commitdiff
(lisp): Don't process subdirs that start with =.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 1997 09:41:50 +0000 (09:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 1997 09:41:50 +0000 (09:41 +0000)
make-dist

index ebcd4baff7bb15a68583b586612e3ca44821c7fd..fcba8c061efe47d1aae3866c4416e25f0f9cd061 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -267,7 +267,7 @@ echo "Making links to \`lisp' and its subdirectories"
  ## Find all subdirs of lisp dir
  for file in `find . -type d -print`; do
    case $file in
-     . | .. | */Old | */RCS)
+     . | .. | */Old | */RCS | */=*)
        ;;      
      *)
        if [ -d $file ]; then