Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 850242ba4a81 |
children | 41ff10fd062f |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
298 | 298 |
299 xemacs: temacs ${libsrc}DOC $(mo_file) ${other_files} update-elc.stamp | 299 xemacs: temacs ${libsrc}DOC $(mo_file) ${other_files} update-elc.stamp |
300 @$(RM) $@ && touch SATISFIED | 300 @$(RM) $@ && touch SATISFIED |
301 -$(DUMPENV) ./temacs -batch -l loadup.el dump | 301 -$(DUMPENV) ./temacs -batch -l loadup.el dump |
302 @if test -f $@; then if test -f SATISFIED; then \ | 302 @if test -f $@; then if test -f SATISFIED; then \ |
303 ./xemacs -q -batch -f list-load-path-shadows; fi; \ | 303 ./xemacs -batch -vanilla -f list-load-path-shadows; fi; \ |
304 $(RM) SATISFIED; exit 0; fi; \ | 304 $(RM) SATISFIED; exit 0; fi; \ |
305 if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi; \ | 305 if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi; \ |
306 $(RECURSIVE_MAKE) $@; | 306 $(RECURSIVE_MAKE) $@; |
307 | 307 |
308 FRC.update-elc.stamp : | 308 FRC.update-elc.stamp : |