comparison lib-src/update-elc.sh @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 360340f9fd5f
children 48d667d6f17f
comparison
equal deleted inserted replaced
109:e183fc049578 110:fe104dbd9147
97 97
98 # Byte-compile VM first, because other packages depend on it, 98 # Byte-compile VM first, because other packages depend on it,
99 # but it depends on nothing (Kyle is like that). 99 # but it depends on nothing (Kyle is like that).
100 ignore_dirs="$ignore_dirs vm" 100 ignore_dirs="$ignore_dirs vm"
101 echo "Compiling in lisp/vm"; 101 echo "Compiling in lisp/vm";
102 (cd lisp/vm && ${MAKE:-make} EMACS=$EMACS) 102 (cd lisp/vm && ${MAKE:-make} EMACS=$EMACS autoload)
103 echo "lisp/vm done." 103 echo "lisp/vm done."
104 104
105 # Prepare for byte-compiling directories with directory-specific instructions 105 # Prepare for byte-compiling directories with directory-specific instructions
106 make_special_commands='' 106 make_special_commands=''
107 make_special () { 107 make_special () {