comparison Makefile.in @ 95490:a9ad32b3a4dd

Comment.
author Glenn Morris <rgm@gnu.org>
date Tue, 03 Jun 2008 03:14:47 +0000
parents 4b2ac57a4d30
children af8992d7e5d7
comparison
equal deleted inserted replaced
95489:f62bf2f5a0d7 95490:a9ad32b3a4dd
817 (cd doc/lispref; $(MAKE) $(MFLAGS) elisp.dvi) 817 (cd doc/lispref; $(MAKE) $(MFLAGS) elisp.dvi)
818 (cd doc/lispintro; $(MAKE) $(MFLAGS) emacs-lisp-intro.dvi) 818 (cd doc/lispintro; $(MAKE) $(MFLAGS) emacs-lisp-intro.dvi)
819 819
820 #### Bootstrapping. 820 #### Bootstrapping.
821 821
822 ### This is meant for Emacs maintainers only. It first cleans the 822 ### This first cleans the lisp subdirectory, removing all compiled
823 ### lisp subdirectory, removing all compiled Lisp files. Then a 823 ### Lisp files. Then a special emacs executable is built from Lisp
824 ### special emacs executable is built from Lisp sources, which is then 824 ### sources, which is then used to compile Lisp files. The last step
825 ### used to compile Lisp files. The last step is a "normal" make. 825 ### is a "normal" make.
826 826
827 .PHONY: bootstrap 827 .PHONY: bootstrap
828 .PHONY: bootstrap-build 828 .PHONY: bootstrap-build
829 .PHONY: bootfast 829 .PHONY: bootfast
830 .PHONY: maybe_bootstrap 830 .PHONY: maybe_bootstrap