(bootstrap-lisp-1, bootstrap-list, bootstrap-src):
New targets. (bootstrap): Rewritten in terms of the new targets above. Make info files, too.
This commit is contained in:
parent
cf611f0100
commit
3aca9e8caa
1 changed files with 9 additions and 6 deletions
15
Makefile.in
15
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
|
||||
(cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
|
||||
(cd src; $(MAKE) $(MFLAGS) bootstrap)
|
||||
-(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
|
||||
$(MAKE) $(MFLAGS) clean
|
||||
$(MAKE) $(MFLAGS)
|
||||
bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp clean all info
|
||||
|
||||
bootstrap-lisp-1:
|
||||
(cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
|
||||
|
||||
bootstrap-lisp:
|
||||
-(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
|
||||
|
||||
bootstrap-src:
|
||||
(cd src; $(MAKE) $(MFLAGS) bootstrap)
|
||||
|
|
Loading…
Add table
Reference in a new issue