Mercurial > hg > xemacs-beta
changeset 4935:7ef913bf3c9a
modify gdbinit to track Makefile.in.in, add command for update-elc-2
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 19 Jan 2010 01:24:21 -0600 |
parents | 714f7c9fabb1 |
children | 94bba904528c |
files | etc/gdbinit.in |
diffstat | 1 files changed, 14 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/gdbinit.in Tue Jan 19 01:21:39 2010 -0600 +++ b/etc/gdbinit.in Tue Jan 19 01:24:21 2010 -0600 @@ -147,7 +147,7 @@ define run-temacs environment-to-run-temacs - run -nd -batch -l ../lisp/loadup.el run-temacs -q + run -nd -no-packages -batch -l ../lisp/loadup.el run-temacs -q end document run-temacs @@ -168,7 +168,7 @@ define check-temacs environment-to-run-temacs - run -nd -batch -l ../lisp/loadup.el run-temacs -q -batch -l ../tests/automated/test-harness.el -f batch-test-emacs ../tests/automated + run -nd -no-packages -batch -l ../lisp/loadup.el run-temacs -q -batch -l ../tests/automated/test-harness.el -f batch-test-emacs ../tests/automated end document check-temacs @@ -180,7 +180,7 @@ define update-elc environment-to-run-temacs - run -nd -batch -l ../lisp/update-elc.el + run -nd -no-packages -batch -l ../lisp/update-elc.el end document update-elc @@ -190,9 +190,19 @@ Use this when temacs builds successfully, but xemacs does not. end +define update-elc-2 + environment-to-run-temacs + run -no-packages -batch -no-autoloads -l update-elc-2.el -f batch-update-elc-2 ../lisp +end + +document update-elc-2 +Usage: update-elc-2 +Run the post-dump core lisp byte compilation part of the build procedure. +end + define dmp environment-to-run-temacs - run -nd -batch -l ../lisp/loadup.el dump + run -nd -no-packages -batch -l ../lisp/loadup.el dump end document dmp