From: Gerd Moellmann Date: Sun, 26 Mar 2000 14:13:03 +0000 (+0000) Subject: (bootstrap-lisp-1, bootstrap-list, bootstrap-src): X-Git-Tag: emacs-pretest-21.0.90~4490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3aca9e8caaab2c89da0e4bdb7e3c0d8d4ff9431f;p=emacs.git (bootstrap-lisp-1, bootstrap-list, bootstrap-src): New targets. (bootstrap): Rewritten in terms of the new targets above. Make info files, too. --- diff --git a/Makefile.in b/Makefile.in index 75d061815ce..6edda06b90d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -628,10 +628,13 @@ dvi: ### special emacs executable is built from Lisp sources, which is then ### used to compile Lisp files. The last step is a "normal" make. -bootstrap: clean +bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp clean all info + +bootstrap-lisp-1: (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) - (cd src; $(MAKE) $(MFLAGS) bootstrap) + +bootstrap-lisp: -(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs) - $(MAKE) $(MFLAGS) clean - $(MAKE) $(MFLAGS) +bootstrap-src: + (cd src; $(MAKE) $(MFLAGS) bootstrap)