Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 8fc7fe29b841 |
children | 441bb1e64a06 |
comparison
equal
deleted
inserted
replaced
23:0edd3412f124 | 24:4103f0995bd7 |
---|---|
94 NUMTOCOMPILE=20 # compile up to 20 files with each invocation | 94 NUMTOCOMPILE=20 # compile up to 20 files with each invocation |
95 | 95 |
96 comm -23 $tmp1 $tmp2 | sed ' | 96 comm -23 $tmp1 $tmp2 | sed ' |
97 \!/,!d | 97 \!/,!d |
98 \!/edebug/edebug-test.el$!d | 98 \!/edebug/edebug-test.el$!d |
99 \!/emulators/edt.el$!d | |
100 \!/energize/energize-load.el$!d | 99 \!/energize/energize-load.el$!d |
101 \!/energize/write-file.el$!d | 100 \!/energize/write-file.el$!d |
102 \!/eos/!d | 101 \!/eos/!d |
103 \!/gnus/!d | 102 \!/gnus/!d |
104 \!/efs/!d | 103 \!/efs/!d |
113 \!/version.el$!d | 112 \!/version.el$!d |
114 \!/sunpro/sunpro-load.el$!d | 113 \!/sunpro/sunpro-load.el$!d |
115 \!/vm/!d | 114 \!/vm/!d |
116 \!/w3/!d | 115 \!/w3/!d |
117 \!/hyperbole/!d | 116 \!/hyperbole/!d |
117 \!/auctex/!d | |
118 \!/oobr/!d | 118 \!/oobr/!d |
119 \!/egg/!d | 119 \!/egg/!d |
120 \!/its/!d | 120 \!/its/!d |
121 \!/mule/!d | 121 \!/mule/!d |
122 \!/quail/!d | 122 \!/quail/!d |
180 | 180 |
181 echo Compiling Ilisp... | 181 echo Compiling Ilisp... |
182 ( cd lisp/ilisp ; make elc -f Makefile EMACS=$REAL ) | 182 ( cd lisp/ilisp ; make elc -f Makefile EMACS=$REAL ) |
183 echo Ilisp done. | 183 echo Ilisp done. |
184 | 184 |
185 # AUC TeX requires special treatment | |
186 echo Compiling AUC TeX... | |
187 ( cd lisp/auctex ; make -f Makefile EMACS=$REAL ) | |
188 echo AUC TeX done. | |
189 | |
185 # | 190 # |
186 # Now get the files whose .el is newer than .elc | 191 # Now get the files whose .el is newer than .elc |
187 # | 192 # |
188 echo Compiling files with out-of-date .elc... | 193 echo Compiling files with out-of-date .elc... |
189 $BYTECOMP -f batch-byte-recompile-directory lisp | 194 $BYTECOMP -f batch-byte-recompile-directory lisp |