diff options
| author | Glenn Morris | 2008-06-03 03:14:47 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-03 03:14:47 +0000 |
| commit | f6c9e04f5539894e14c885f9d671f60ef2760bbc (patch) | |
| tree | 9aac53c683a8c12806cf63cc09ab1d53ae9926f5 | |
| parent | 74df7e223f66348c20a7591fa30a578b89372446 (diff) | |
| download | emacs-f6c9e04f5539894e14c885f9d671f60ef2760bbc.tar.gz emacs-f6c9e04f5539894e14c885f9d671f60ef2760bbc.zip | |
Comment.
| -rw-r--r-- | Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 1637f488a01..653d0e5a8b6 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -819,10 +819,10 @@ 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 |