comparison lib-src/update-elc.sh @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 2c611d1463a6
children 41f2f0e326e9
comparison
equal deleted inserted replaced
226:eea38c7ad7b4 227:0e522484dd2a
110 #$BYTECOMP -f batch-byte-recompile-directory lisp/bytecomp 110 #$BYTECOMP -f batch-byte-recompile-directory lisp/bytecomp
111 111
112 # Prepare for byte-compiling directories with directory-specific instructions 112 # Prepare for byte-compiling directories with directory-specific instructions
113 # Not necessary any more, but I want to keep the text current to cut & paste 113 # Not necessary any more, but I want to keep the text current to cut & paste
114 # into the package lisp maintenance tree. 114 # into the package lisp maintenance tree.
115 make_special_commands='' 115 #make_special_commands=''
116 make_special () { 116 #make_special () {
117 dir="$1"; shift; 117 # dir="$1"; shift;
118 ignore_dirs="$ignore_dirs $dir" 118 # ignore_dirs="$ignore_dirs $dir"
119 make_special_commands="$make_special_commands \ 119 # make_special_commands="$make_special_commands \
120 echo \"Compiling in lisp/$dir\"; \ 120 #echo \"Compiling in lisp/$dir\"; \
121 (cd \"lisp/$dir\" && ${MAKE:-make} EMACS=$REAL ${1+$*}); \ 121 #(cd \"lisp/$dir\" && ${MAKE:-make} EMACS=$REAL ${1+$*}); \
122 echo \"lisp/$dir done.\";" 122 #echo \"lisp/$dir done.\";"
123 } 123 #}
124 124
125 if test "$mule_p" != nil; then 125 #if test "$mule_p" != nil; then
126 make_special skk all 126 # make_special skk all
127 fi 127 #fi
128 128
129 ## AUCTeX is a package now 129 ## AUCTeX is a package now
130 # if test "$mule_p" = nil ; then 130 # if test "$mule_p" = nil ; then
131 # make_special auctex some 131 # make_special auctex some
132 # else 132 # else
190 comm -23 $els $elcs | \ 190 comm -23 $els $elcs | \
191 sed "$ignore_pattern" | \ 191 sed "$ignore_pattern" | \
192 xargs -t -n$NUMTOCOMPILE $BYTECOMP -f batch-byte-compile 192 xargs -t -n$NUMTOCOMPILE $BYTECOMP -f batch-byte-compile
193 echo "Compiling files without .elc... Done" 193 echo "Compiling files without .elc... Done"
194 194
195 if test "$mule_p" != nil; then 195 #if test "$mule_p" != nil; then
196 eval "$make_special_commands" 196 # eval "$make_special_commands"
197 fi 197 #fi