Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 215:1f0dabaa0855 r20-4b6
Import from CVS: tag r20-4b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:07:35 +0200 |
parents | 41ff10fd062f |
children | d44af0c54775 |
comparison
equal
deleted
inserted
replaced
214:c5d88c05e1e9 | 215:1f0dabaa0855 |
---|---|
65 echo "Recompiling in `pwd|sed 's|^/tmp_mnt||'`" | 65 echo "Recompiling in `pwd|sed 's|^/tmp_mnt||'`" |
66 echo " with $REAL..." | 66 echo " with $REAL..." |
67 | 67 |
68 $EMACS -batch -vanilla -l `pwd`/lisp/prim/cleantree -f batch-remove-old-elc lisp | 68 $EMACS -batch -vanilla -l `pwd`/lisp/prim/cleantree -f batch-remove-old-elc lisp |
69 | 69 |
70 prune_vc="( -name SCCS -o -name RCS -o -name CVS ) -prune -o" | 70 prune_vc="( -name '.*' -o -name SCCS -o -name RCS -o -name CVS ) -prune -o" |
71 | 71 |
72 # $els is a list of all .el files | 72 # $els is a list of all .el files |
73 # $elcs is a list of all .elc files | 73 # $elcs is a list of all .elc files |
74 els=/tmp/update-elc-1.$$ elcs=/tmp/update-elc-2.$$ | 74 els=/tmp/update-elc-1.$$ elcs=/tmp/update-elc-2.$$ |
75 rm -f $els $elcs | 75 rm -f $els $elcs |