comparison src/Makefile.in.in @ 269:b2472a1930f2 r20-5b33

Import from CVS: tag r20-5b33
author cvs
date Mon, 13 Aug 2007 10:27:19 +0200
parents 966663fcf606
children c5d627a313b1
comparison
equal deleted inserted replaced
268:6ced69ccd85f 269:b2472a1930f2
68 ld_switch_shared=@ld_switch_shared@ 68 ld_switch_shared=@ld_switch_shared@
69 start_files=@start_files@ 69 start_files=@start_files@
70 start_flags=@start_flags@ 70 start_flags=@start_flags@
71 LD=@ld@ 71 LD=@ld@
72 lib_gcc=@lib_gcc@ 72 lib_gcc=@lib_gcc@
73 #libmcheck=@libmcheck@ 73 ##libmcheck=@libmcheck@
74 74
75 #define NOT_C_CODE 75 #define NOT_C_CODE
76 #include "config.h" 76 #include "config.h"
77 77
78 ## With the traditional VPATH setting, it is not possible to 78 ## With the traditional VPATH setting, it is not possible to
326 if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi; \ 326 if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi; \
327 $(RECURSIVE_MAKE) $@; 327 $(RECURSIVE_MAKE) $@;
328 328
329 fastdump: temacs 329 fastdump: temacs
330 @$(RM) xemacs && touch SATISFIED 330 @$(RM) xemacs && touch SATISFIED
331 -$(DUMPENV) ./temacs -batch -l loadup.el dump 331 -$(DUMPENV) ./temacs -batch -l ${srcdir}/../lisp/loadup.el dump
332 @if test -f xemacs; then if test -f SATISFIED; then \ 332 @if test -f xemacs; then if test -f SATISFIED; then \
333 ./xemacs -batch -vanilla -f list-load-path-shadows; fi; \ 333 ./xemacs -batch -vanilla -f list-load-path-shadows; fi; \
334 $(RM) SATISFIED; exit 0; fi; \ 334 $(RM) SATISFIED; exit 0; fi; \
335 if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi; 335 if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi;
336 336