summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-03-26 14:13:03 +0000
committerGerd Moellmann <gerd@gnu.org>2000-03-26 14:13:03 +0000
commit3aca9e8caaab2c89da0e4bdb7e3c0d8d4ff9431f (patch)
tree7dbbba67172c971f305c9de97ab015b5ee26760b /Makefile.in
parentcf611f0100d469d0c7a64a3b6b3dcdc7e1d7adf6 (diff)
downloademacs-3aca9e8caaab2c89da0e4bdb7e3c0d8d4ff9431f.tar.gz
(bootstrap-lisp-1, bootstrap-list, bootstrap-src):
New targets. (bootstrap): Rewritten in terms of the new targets above. Make info files, too.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files 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)