Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:04:33 +0200 |
parents | b9518feda344 |
children | c7528f8e288d |
comparison
equal
deleted
inserted
replaced
73:e2d7a37b7c8d | 74:54cc21c15cbb |
---|---|
19 for dir in . .. ../.. editor ../editor ; do | 19 for dir in . .. ../.. editor ../editor ; do |
20 if test -d $dir ; then cd $dir ; break ; fi | 20 if test -d $dir ; then cd $dir ; break ; fi |
21 done | 21 done |
22 | 22 |
23 if test ! -d lisp/. ; then | 23 if test ! -d lisp/. ; then |
24 echo "$0: Can't find the \`lisp' directory." | 24 echo "$0: Cannot find the \`lisp' directory." |
25 exit 1 | 25 exit 1 |
26 fi | 26 fi |
27 | 27 |
28 | 28 |
29 EMACS=${XEMACS:-./src/xemacs}; export EMACS | 29 EMACS=${XEMACS:-./src/xemacs}; export EMACS |
58 fi | 58 fi |
59 | 59 |
60 # first recompile the byte-compiler, so that the other compiles take place | 60 # first recompile the byte-compiler, so that the other compiles take place |
61 # with the latest version (assuming we're compiling the lisp dir of the emacs | 61 # with the latest version (assuming we're compiling the lisp dir of the emacs |
62 # we're running, which might not be the case, but often is.) | 62 # we're running, which might not be the case, but often is.) |
63 echo "Checking the byte compiler... " | 63 echo "Checking the byte compiler..." |
64 $REAL -batch -q -no-site-file -f batch-byte-recompile-directory lisp/bytecomp | 64 $REAL -batch -q -no-site-file -f batch-byte-recompile-directory lisp/bytecomp |
65 | 65 |
66 # Prepare for byte-compiling directories with directory-specific instructions | 66 # Prepare for byte-compiling directories with directory-specific instructions |
67 make_special_commands='' | 67 make_special_commands='' |
68 make_special () { | 68 make_special () { |