carbon2-commit: modify gdbinit to track Makefile.in.in, add command for update-elc-2

Ben Wing ben at xemacs.org
Sun Feb 7 12:40:19 EST 2010


changeset:   4983:7ef913bf3c9a
user:        Ben Wing <ben at xemacs.org>
date:        Tue Jan 19 01:24:21 2010 -0600
files:       etc/gdbinit.in
description:
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



More information about the XEmacs-Patches mailing list