diff nt/xemacs.mak @ 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 5c8854104e13
children 39ed74ae932b
line wrap: on
line diff
--- 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)