Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 181:bfd6434d15b3 r20-3b17
Import from CVS: tag r20-3b17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:53:19 +0200 |
parents | 6075d714658b |
children | acd284d43ca1 |
comparison
equal
deleted
inserted
replaced
180:add28d59e586 | 181:bfd6434d15b3 |
---|---|
2 # update-elc.sh --- recompile all missing or out-of-date .elc files | 2 # update-elc.sh --- recompile all missing or out-of-date .elc files |
3 | 3 |
4 # Author: Jamie Zawinski, Ben Wing, Martin Buchholz | 4 # Author: Jamie Zawinski, Ben Wing, Martin Buchholz |
5 # Maintainer: Martin Buchholz | 5 # Maintainer: Martin Buchholz |
6 # Keywords: recompile byte-compile .el .elc | 6 # Keywords: recompile byte-compile .el .elc |
7 | |
8 # This file is part of XEmacs. | |
9 | |
10 # XEmacs is free software; you can redistribute it and/or modify it | |
11 # under the terms of the GNU General Public License as published by | |
12 # the Free Software Foundation; either version 2, or (at your option) | |
13 # any later version. | |
14 | |
15 # XEmacs is distributed in the hope that it will be useful, but | |
16 # WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
18 # General Public License for more details. | |
19 | |
20 # You should have received a copy of the GNU General Public License | |
21 # along with XEmacs; see the file COPYING. If not, write to | |
22 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
23 # Boston, MA 02111-1307, USA. | |
7 | 24 |
8 ### Commentary: | 25 ### Commentary: |
9 ## Recompile all .elc files that need recompilation. Requires a | 26 ## Recompile all .elc files that need recompilation. Requires a |
10 ## working version of "xemacs". Correctly handles the case where the | 27 ## working version of "xemacs". Correctly handles the case where the |
11 ## .elc files are missing; thus you can execute "rm lisp/*/*.elc" | 28 ## .elc files are missing; thus you can execute "rm lisp/*/*.elc" |