diff 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
line wrap: on
line diff
--- a/lib-src/update-elc.sh	Mon Aug 13 10:11:42 2007 +0200
+++ b/lib-src/update-elc.sh	Mon Aug 13 10:12:37 2007 +0200
@@ -112,19 +112,19 @@
 # Prepare for byte-compiling directories with directory-specific instructions
 # Not necessary any more, but I want to keep the text current to cut & paste
 # into the package lisp maintenance tree.
-make_special_commands=''
-make_special () {
-  dir="$1"; shift;
-  ignore_dirs="$ignore_dirs $dir"
-  make_special_commands="$make_special_commands \
-echo \"Compiling in lisp/$dir\"; \
-(cd \"lisp/$dir\" && ${MAKE:-make} EMACS=$REAL ${1+$*}); \
-echo \"lisp/$dir done.\";"
-}
+#make_special_commands=''
+#make_special () {
+#  dir="$1"; shift;
+#  ignore_dirs="$ignore_dirs $dir"
+#  make_special_commands="$make_special_commands \
+#echo \"Compiling in lisp/$dir\"; \
+#(cd \"lisp/$dir\" && ${MAKE:-make} EMACS=$REAL ${1+$*}); \
+#echo \"lisp/$dir done.\";"
+#}
 
-if test "$mule_p" != nil; then
-	make_special skk all
-fi
+#if test "$mule_p" != nil; then
+#	make_special skk all
+#fi
 
 ## AUCTeX is a package now
 # if test "$mule_p" = nil ; then
@@ -192,6 +192,6 @@
  xargs -t -n$NUMTOCOMPILE $BYTECOMP -f batch-byte-compile
 echo "Compiling files without .elc... Done"
 
-if test "$mule_p" != nil; then
-	eval "$make_special_commands"
-fi
+#if test "$mule_p" != nil; then
+#	eval "$make_special_commands"
+#fi