comparison lib-src/update-autoloads.sh @ 195:a2f645c6b9f8 r20-3b24

Import from CVS: tag r20-3b24
author cvs
date Mon, 13 Aug 2007 09:59:05 +0200
parents bfd6434d15b3
children eb5470882647
comparison
equal deleted inserted replaced
194:2947057885e5 195:a2f645c6b9f8
43 43
44 export EMACS 44 export EMACS
45 45
46 REAL=`cd \`dirname $EMACS\` ; pwd | sed 's|^/tmp_mnt||'`/`basename $EMACS` 46 REAL=`cd \`dirname $EMACS\` ; pwd | sed 's|^/tmp_mnt||'`/`basename $EMACS`
47 47
48 echo "Rebuilding autoloads/custom-loads in `pwd|sed 's|^/tmp_mnt||'`" 48 echo "Rebuilding autoloads in `pwd|sed 's|^/tmp_mnt||'`"
49 echo " with $REAL..." 49 echo " with $REAL..."
50 50
51 if [ "`uname -r | sed 's/\(.\).*/\1/'`" -gt 4 ]; then 51 if [ "`uname -r | sed 's/\(.\).*/\1/'`" -gt 4 ]; then
52 echon() 52 echon()
53 { 53 {
59 echo -n $* 59 echo -n $*
60 } 60 }
61 fi 61 fi
62 62
63 # Compute patterns to ignore when searching for files 63 # Compute patterns to ignore when searching for files
64 # These directories don't have autoloads and customizations, or are partially 64 # These directories don't have autoloads or are partially broken.
65 # broken. 65 ignore_dirs="egg eos ilisp its language locale mel mu sunpro term tooltalk"
66 ignore_dirs="cl egg eos ilisp its language locale mel mu sunpro term tooltalk"
67 66
68 # Prepare for autoloading directories with directory-specific instructions 67 # Prepare for autoloading directories with directory-specific instructions
69 make_special_commands='' 68 make_special_commands=''
70 make_special () { 69 make_special () {
71 dir="$1"; shift; 70 dir="$1"; shift;