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
commit1a60e7bcf59482b506288294b3dd666c7a374bec (patch)
treee0280fa426e2f906da267676916f851c6b124793 /Makefile.in
parent2cec15575c7cf90e206ab4b7eb679a1bf1306495 (diff)
downloademacs-1a60e7bcf59482b506288294b3dd666c7a374bec.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)