Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1679:fc968521654a | 1680:5c1b34a39cc8 |
---|---|
1268 DO_XEMACS = "$(BLDLIB_SRC)\i" "$(DUMP_TARGET)" | 1268 DO_XEMACS = "$(BLDLIB_SRC)\i" "$(DUMP_TARGET)" |
1269 | 1269 |
1270 BATCH = -no-packages -batch | 1270 BATCH = -no-packages -batch |
1271 BATCH_PACKAGES = -vanilla -batch | 1271 BATCH_PACKAGES = -vanilla -batch |
1272 TEMACS_BATCH = $(DO_TEMACS) -nd $(BATCH) | 1272 TEMACS_BATCH = $(DO_TEMACS) -nd $(BATCH) |
1273 TEMACS_BATCH_PACKAGES = $(DO_TEMACS) -nd $(BATCH_PACKAGES) | |
1274 XEMACS_BATCH = $(DO_XEMACS) $(BATCH) | 1273 XEMACS_BATCH = $(DO_XEMACS) $(BATCH) |
1275 XEMACS_BATCH_PACKAGES = $(DO_XEMACS) $(BATCH_PACKAGES) | 1274 XEMACS_BATCH_PACKAGES = $(DO_XEMACS) $(BATCH_PACKAGES) |
1276 temacs_loadup_args = -l $(LISP)/loadup.el | 1275 temacs_loadup_args = -l $(LISP)/loadup.el |
1277 dump_temacs_args = $(temacs_loadup_args) dump | 1276 dump_temacs_args = $(temacs_loadup_args) dump |
1278 run_temacs_args = $(temacs_loadup_args) run-temacs | 1277 run_temacs_args = $(temacs_loadup_args) run-temacs |
1412 cd $(BLDSRC) | 1411 cd $(BLDSRC) |
1413 $(DO_XEMACS) $(batch_test_emacs) | 1412 $(DO_XEMACS) $(batch_test_emacs) |
1414 | 1413 |
1415 check-temacs: | 1414 check-temacs: |
1416 cd $(BLDSRC) | 1415 cd $(BLDSRC) |
1417 $(TEMACS_BATCH_PACKAGES) $(run_temacs_args) $(batch_test_emacs) | 1416 $(TEMACS_BATCH) $(run_temacs_args) $(batch_test_emacs) |
1418 | 1417 |
1419 check-features: all | 1418 check-features: all |
1420 cd $(BLDSRC) | 1419 cd $(BLDSRC) |
1421 $(XEMACS_BATCH) -l check-features.el | 1420 $(XEMACS_BATCH) -l check-features.el |
1422 | 1421 |