From 3aca9e8caaab2c89da0e4bdb7e3c0d8d4ff9431f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 26 Mar 2000 14:13:03 +0000 Subject: [PATCH] (bootstrap-lisp-1, bootstrap-list, bootstrap-src): New targets. (bootstrap): Rewritten in terms of the new targets above. Make info files, too. --- Makefile.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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) -- 2.39.5