Mercurial > hg > xemacs-beta
comparison src/.dbxrc @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | abe6d1db359e |
children | d7a9135ec789 |
comparison
equal
deleted
inserted
replaced
451:8ad70c5cd5d7 | 452:3d3049ae1304 |
---|---|
167 or when temacs builds successfully, but xemacs does not. | 167 or when temacs builds successfully, but xemacs does not. |
168 end | 168 end |
169 | 169 |
170 function run-temacs { | 170 function run-temacs { |
171 environment-to-run-temacs | 171 environment-to-run-temacs |
172 run -batch -l ../lisp/loadup.el run-temacs -q ${1+"$@"} | 172 run -nd -batch -l ../lisp/loadup.el run-temacs -q ${1+"$@"} |
173 } | 173 } |
174 | 174 |
175 document check-xemacs << 'end' | 175 document check-xemacs << 'end' |
176 Usage: check-xemacs | 176 Usage: check-xemacs |
177 Run the test suite. Equivalent to 'make check'. | 177 Run the test suite. Equivalent to 'make check'. |
199 Use this when temacs builds successfully, but xemacs does not. | 199 Use this when temacs builds successfully, but xemacs does not. |
200 end | 200 end |
201 | 201 |
202 function update-elc { | 202 function update-elc { |
203 environment-to-run-temacs | 203 environment-to-run-temacs |
204 run -batch -l ../lisp/update-elc.el | 204 run -nd -batch -l ../lisp/update-elc.el |
205 } | 205 } |
206 | 206 |
207 document dump-temacs << 'end' | 207 document dump-temacs << 'end' |
208 Usage: dump-temacs | 208 Usage: dump-temacs |
209 Run the dumping part of the build procedure. | 209 Run the dumping part of the build procedure. |
211 Use this when temacs builds successfully, but xemacs does not. | 211 Use this when temacs builds successfully, but xemacs does not. |
212 end | 212 end |
213 | 213 |
214 function dump-temacs { | 214 function dump-temacs { |
215 environment-to-run-temacs | 215 environment-to-run-temacs |
216 run -batch -l ../lisp/loadup.el dump | 216 run -nd -batch -l ../lisp/loadup.el dump |
217 } | 217 } |
218 | 218 |
219 function pstruct { # pstruct foo.c struct-name | 219 function pstruct { # pstruct foo.c struct-name |
220 module "$1" > /dev/null | 220 module "$1" > /dev/null |
221 type_ptr="((struct $2 *) $val)" | 221 type_ptr="((struct $2 *) $val)" |