Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | e45d5e7c476e |
children | 1f0dabaa0855 |
comparison
equal
deleted
inserted
replaced
208:f427b8ec4379 | 209:41ff10fd062f |
---|---|
104 fi | 104 fi |
105 | 105 |
106 # first recompile the byte-compiler, so that the other compiles take place | 106 # first recompile the byte-compiler, so that the other compiles take place |
107 # with the latest version (assuming we're compiling the lisp dir of the emacs | 107 # with the latest version (assuming we're compiling the lisp dir of the emacs |
108 # we're running, which might not be the case, but often is.) | 108 # we're running, which might not be the case, but often is.) |
109 echo "Checking the byte compiler..." | 109 #echo "Checking the byte compiler..." |
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 make_special_commands='' | 113 make_special_commands='' |
114 make_special () { | 114 make_special () { |
115 dir="$1"; shift; | 115 dir="$1"; shift; |
129 #make_special cc-mode all | 129 #make_special cc-mode all |
130 # EFS is now packaged | 130 # EFS is now packaged |
131 # make_special efs x20 | 131 # make_special efs x20 |
132 make_special eos -k # not strictly necessary... | 132 make_special eos -k # not strictly necessary... |
133 ## make_special gnus some # Now this is a package. | 133 ## make_special gnus some # Now this is a package. |
134 make_special hyperbole elc | 134 # hyperbole is now packaged |
135 # make_special hyperbole elc | |
135 # We're not ready for the following, yet. | 136 # We're not ready for the following, yet. |
136 #make_special ilisp XEmacsELC=custom-load.elc elc | 137 #make_special ilisp XEmacsELC=custom-load.elc elc |
137 make_special ilisp elc | 138 # ilisp is now packaged |
138 make_special oobr HYPB_ELC='' elc | 139 # make_special ilisp elc |
140 # oobr is now packaged | |
141 # make_special oobr HYPB_ELC='' elc | |
139 ## W3 is a package now. | 142 ## W3 is a package now. |
140 #make_special w3 xemacs-w3 | 143 #make_special w3 xemacs-w3 |
141 | 144 |
142 for dir in $ignore_dirs ; do | 145 for dir in $ignore_dirs ; do |
143 ignore_pattern="${ignore_pattern}/\\/$dir\\//d | 146 ignore_pattern="${ignore_pattern}/\\/$dir\\//d |