changeset 1680:5c1b34a39cc8

[xemacs-hg @ 2003-09-13 12:54:34 by adrian] xemacs-21.5: xemacs.mak to run check-temacs with -no-packages again -------------------- ChangeLog entries follow: -------------------- nt/ChangeLog addition: 2003-09-13 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (TEMACS_BATCH_PACKAGES): Removed. * xemacs.mak (check-temacs): Reverting to run with -no-packages since it would cause package lisp to shadow core lisp (as happened with unicode.el).
author adrian
date Sat, 13 Sep 2003 12:54:35 +0000
parents fc968521654a
children 16c323f68aaf
files nt/ChangeLog nt/xemacs.mak
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nt/ChangeLog	Fri Sep 12 21:52:24 2003 +0000
+++ b/nt/ChangeLog	Sat Sep 13 12:54:35 2003 +0000
@@ -1,3 +1,10 @@
+2003-09-13  Adrian Aichner  <adrian@xemacs.org>
+
+	* xemacs.mak (TEMACS_BATCH_PACKAGES): Removed.
+	* xemacs.mak (check-temacs): Reverting to run with -no-packages
+	since it would cause package lisp to shadow core lisp (as happened
+	with unicode.el).
+
 2003-09-03  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.15 "celery" is released.
--- a/nt/xemacs.mak	Fri Sep 12 21:52:24 2003 +0000
+++ b/nt/xemacs.mak	Sat Sep 13 12:54:35 2003 +0000
@@ -1270,7 +1270,6 @@
 BATCH = -no-packages -batch
 BATCH_PACKAGES = -vanilla -batch
 TEMACS_BATCH = $(DO_TEMACS) -nd $(BATCH)
-TEMACS_BATCH_PACKAGES = $(DO_TEMACS) -nd $(BATCH_PACKAGES)
 XEMACS_BATCH = $(DO_XEMACS) $(BATCH)
 XEMACS_BATCH_PACKAGES = $(DO_XEMACS) $(BATCH_PACKAGES)
 temacs_loadup_args = -l $(LISP)/loadup.el
@@ -1414,7 +1413,7 @@
 
 check-temacs:
 	cd $(BLDSRC)
-	$(TEMACS_BATCH_PACKAGES) $(run_temacs_args) $(batch_test_emacs)
+	$(TEMACS_BATCH) $(run_temacs_args) $(batch_test_emacs)
 
 check-features: all
 	cd $(BLDSRC)