# HG changeset patch # User Ben Wing # Date 1263885861 21600 # Node ID 7ef913bf3c9aecfc693e95e77e5581624606efc1 # Parent 714f7c9fabb145e96757137bb510104e404eb510 modify gdbinit to track Makefile.in.in, add command for update-elc-2 diff -r 714f7c9fabb1 -r 7ef913bf3c9a etc/gdbinit.in --- 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