Mercurial > hg > xemacs-beta
diff lib-src/update-elc.sh @ 112:48d667d6f17f r20-1b8
Import from CVS: tag r20-1b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:20:48 +0200 |
parents | fe104dbd9147 |
children | 8619ce7e4c50 |
line wrap: on
line diff
--- a/lib-src/update-elc.sh Mon Aug 13 09:19:47 2007 +0200 +++ b/lib-src/update-elc.sh Mon Aug 13 09:20:48 2007 +0200 @@ -54,7 +54,7 @@ prune_vc="( -name SCCS -o -name RCS -o -name CVS ) -prune -o" -$EMACS -batch -q -no-site-file -l cleantree -f batch-remove-old-elc lisp +$EMACS -batch -q -l `pwd`/lisp/prim/cleantree -f batch-remove-old-elc lisp # $els is a list of all .el files # $elcs is a list of all .elc files @@ -156,11 +156,4 @@ xargs -t -n$NUMTOCOMPILE $BYTECOMP -f batch-byte-compile echo "Compiling files without .elc... Done" - -echo "Compiling files with out-of-date .elc..." -find lisp/* $prune_vc -type d -print | \ - sed "$ignore_pattern" | \ - xargs -t $BYTECOMP -f batch-byte-recompile-directory -echo "Compiling files with out-of-date .elc... Done" - eval "$make_special_commands"