/[emacs]/emacs/Makefile.in
ViewVC logotype

Diff of /emacs/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.232.12.1 by gerd, Mon Oct 22 17:38:51 2001 UTC revision 1.232.12.2 by gerd, Thu Oct 25 07:14:44 2001 UTC
# Line 223  SUBDIR_MAKEFILES = lib-src/Makefile man/ Line 223  SUBDIR_MAKEFILES = lib-src/Makefile man/
223  COPYDIR = ${srcdir}/etc ${srcdir}/lisp  COPYDIR = ${srcdir}/etc ${srcdir}/lisp
224  COPYDESTS = ${etcdir} ${lispdir}  COPYDESTS = ${etcdir} ${lispdir}
225    
226  all: ${SUBDIR} leim  all: maybe_bootstrap ${SUBDIR} leim
227    
228  removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'  removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
229    
# Line 663  dvi: Line 663  dvi:
663  ### used to compile Lisp files.  The last step is a "normal" make.  ### used to compile Lisp files.  The last step is a "normal" make.
664    
665  .PHONY: bootstrap bootstrap-lisp-1 boostrap-src bootstrap-lisp bootstrap-clean  .PHONY: bootstrap bootstrap-lisp-1 boostrap-src bootstrap-lisp bootstrap-clean
666    .PHONY: maybe_bootstrap
667    
668    maybe_bootstrap:
669            if [ ! -f $(srcdir)/lisp/abbrev.elc ]; then \
670              $(MAKE) $(MFLAGS) bootstrap; \
671            fi
672    
673  bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info  bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info
674    

Legend:
Removed from v.1.232.12.1  
changed lines
  Added in v.1.232.12.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26