comparison lib-src/update-elc.sh @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents bcdc7deadc19
children 0293115a14e9
comparison
equal deleted inserted replaced
13:13c6d0aaafe5 14:9ee227acff29
52 } 52 }
53 fi 53 fi
54 54
55 55
56 REAL=`cd \`dirname $EMACS\` ; pwd | sed 's|^/tmp_mnt||'`/`basename $EMACS` 56 REAL=`cd \`dirname $EMACS\` ; pwd | sed 's|^/tmp_mnt||'`/`basename $EMACS`
57 BYTECOMP="$REAL -batch -q -no-site-file -l bytecomp" 57 BYTECOMP="$REAL -batch -q -no-site-file "
58 echo "Recompiling in `pwd|sed 's|^/tmp_mnt||'`" 58 echo "Recompiling in `pwd|sed 's|^/tmp_mnt||'`"
59 echo " with $REAL..." 59 echo " with $REAL..."
60 60
61 prune_vc="( -name SCCS -o -name RCS -o -name CVS ) -prune -o" 61 prune_vc="( -name SCCS -o -name RCS -o -name CVS ) -prune -o"
62 62
112 \!/version.el$!d 112 \!/version.el$!d
113 \!/sunpro/sunpro-load.el$!d 113 \!/sunpro/sunpro-load.el$!d
114 \!/tm/!d 114 \!/tm/!d
115 \!/tl/!d 115 \!/tl/!d
116 \!/mel/!d 116 \!/mel/!d
117 \!/url/!d
118 \!/viper/!d 117 \!/viper/!d
119 \!/vm/!d 118 \!/vm/!d
120 \!/w3/!d 119 \!/w3/!d
121 \!/hyperbole/!d 120 \!/hyperbole/!d
122 \!/oobr/!d 121 \!/oobr/!d
151 # Gnus now has a makefile... 150 # Gnus now has a makefile...
152 echo Compiling Gnus... 151 echo Compiling Gnus...
153 ( cd lisp/gnus ; make EMACS=$REAL some ) 152 ( cd lisp/gnus ; make EMACS=$REAL some )
154 echo Gnus done. 153 echo Gnus done.
155 154
156 # This is really part of w3.
157 echo Compiling URL...
158 ( cd lisp/url ; make EMACS=$REAL )
159 echo URL done.
160
161 # and gee w3 has its own makefile as well 155 # and gee w3 has its own makefile as well
162 # (no especial need to use it, though) 156 # (no especial need to use it, though)
163 echo Compiling W3... 157 echo Compiling W3...
164 ( cd lisp/w3 ; make EMACS=$REAL ) 158 ( cd lisp/w3 ; make EMACS=$REAL )
165 echo W3 done. 159 echo W3 done.