Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 161:28f395d8dc7a r20-3b7
Import from CVS: tag r20-3b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:42:26 +0200 |
parents | 43dd3413c7c7 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
160:1c55655d6702 | 161:28f395d8dc7a |
---|---|
74 echon "Checking for Mule support..." | 74 echon "Checking for Mule support..." |
75 lisp_prog='(princ (featurep (quote mule)))' | 75 lisp_prog='(princ (featurep (quote mule)))' |
76 mule_p="`$EMACS -batch -no-site-file -eval \"$lisp_prog\"`" | 76 mule_p="`$EMACS -batch -no-site-file -eval \"$lisp_prog\"`" |
77 if test "$mule_p" = nil ; then | 77 if test "$mule_p" = nil ; then |
78 echo No | 78 echo No |
79 ignore_dirs="$ignore_dirs its egg mule leim" | 79 ignore_dirs="$ignore_dirs its egg mule language leim" |
80 else | 80 else |
81 echo Yes | 81 echo Yes |
82 fi | 82 fi |
83 | 83 |
84 # first recompile the byte-compiler, so that the other compiles take place | 84 # first recompile the byte-compiler, so that the other compiles take place |
135 \!/site-start.el$!d | 135 \!/site-start.el$!d |
136 \!/site-load.el$!d | 136 \!/site-load.el$!d |
137 \!/site-init.el$!d | 137 \!/site-init.el$!d |
138 \!/version.el$!d | 138 \!/version.el$!d |
139 \!/sunpro/sunpro-load.el$!d | 139 \!/sunpro/sunpro-load.el$!d |
140 \!/language/devanagari.el$!d | |
141 \!/language/ethiopic.el$!d | |
142 \!/language/indian.el$!d | |
143 \!/language/lao-util.el$!d | |
144 \!/language/lao.el$!d | |
145 \!/language/tibetan.el$!d | |
146 \!/language/vietnamese.el$!d | |
147 \!/leim/quail/devanagari.el$!d | |
148 \!/leim/quail/ethiopic.el$!d | |
149 \!/leim/quail/japanese.el$!d | |
150 \!/leim/quail/lao.el$!d | |
151 \!/leim/quail/lrt.el$!d | |
152 \!/leim/quail/thai.el$!d | |
153 \!/leim/quail/viqr.el$!d | |
140 ' | 154 ' |
141 | 155 |
142 echo "Compiling files without .elc..." | 156 echo "Compiling files without .elc..." |
143 NUMTOCOMPILE=20 # compile this many files with each invocation | 157 NUMTOCOMPILE=20 # compile this many files with each invocation |
144 comm -23 $els $elcs | \ | 158 comm -23 $els $elcs | \ |