Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | 5a2589c672dc |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
324 | 324 |
325 release: temacs ${libsrc}DOC $(mo_file) ${other_files} | 325 release: temacs ${libsrc}DOC $(mo_file) ${other_files} |
326 #ifdef CANNOT_DUMP | 326 #ifdef CANNOT_DUMP |
327 ln temacs ${PROGNAME} | 327 ln temacs ${PROGNAME} |
328 #else | 328 #else |
329 #ifdef HAVE_SHM | |
330 -if [ -w ${srcdir}/../lisp ]; then \ | |
331 w=`pwd`; cd ${srcdir} && $${w}/temacs -nl -batch -l ${srcdir}/../lisp/inc-vers; \ | |
332 else true; fi | |
333 -$(DUMPENV) ./temacs -nl -batch -l ${srcdir}/../lisp/loadup.el dump | |
334 #else /* ! defined (HAVE_SHM) */ | |
335 -if [ -w ${srcdir}/../lisp ]; then \ | 329 -if [ -w ${srcdir}/../lisp ]; then \ |
336 w=`pwd`; cd ${srcdir} && $${w}/temacs -batch -l ${srcdir}/../lisp/inc-vers; \ | 330 w=`pwd`; cd ${srcdir} && $${w}/temacs -batch -l ${srcdir}/../lisp/inc-vers; \ |
337 else true; fi | 331 else true; fi |
338 -$(DUMPENV) ./temacs -batch -l ${srcdir}/../lisp/loadup.el dump | 332 -$(DUMPENV) ./temacs -batch -l ${srcdir}/../lisp/loadup.el dump |
339 #endif /* ! defined (HAVE_SHM) */ | |
340 touch release | 333 touch release |
341 #endif /* ! defined (CANNOT_DUMP) */ | 334 #endif /* ! defined (CANNOT_DUMP) */ |
342 | 335 |
343 ${PROGNAME}: temacs ${libsrc}DOC $(mo_file) ${other_files} update-elc.stamp | 336 ${PROGNAME}: temacs ${libsrc}DOC $(mo_file) ${other_files} update-elc.stamp |
344 #ifdef HEAP_IN_DATA | 337 #ifdef HEAP_IN_DATA |