diff options
| author | Glenn Morris | 2010-05-20 17:33:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-20 17:33:54 -0700 |
| commit | 7e222e4e61c7cfdd0d3bb7a2d85971d36dacaf22 (patch) | |
| tree | 104508fbf36cfc8cc606948fad77d0a7c93d7e9a | |
| parent | e8752c66e923056fb5e61798a164cf1ae9627975 (diff) | |
| download | emacs-7e222e4e61c7cfdd0d3bb7a2d85971d36dacaf22.tar.gz emacs-7e222e4e61c7cfdd0d3bb7a2d85971d36dacaf22.zip | |
* msdos/mainmake.v2: Comment fix.
| -rw-r--r-- | msdos/mainmake.v2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 7044b82f64f..271db707e37 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -68,10 +68,10 @@ top_srcdir := $(subst \,/,$(shell cd)) | |||
| 68 | version := ${shell sed -n -e '/(defconst emacs-version/s/^[^"]*\("[^"]*"\).*/\1/p' lisp/version.el} | 68 | version := ${shell sed -n -e '/(defconst emacs-version/s/^[^"]*\("[^"]*"\).*/\1/p' lisp/version.el} |
| 69 | 69 | ||
| 70 | # Q: Do we need to bootstrap? | 70 | # Q: Do we need to bootstrap? |
| 71 | # A: Only if we find admin/admin.el, i.e. we are building out of CVS, | 71 | # A: Only if we find admin/admin.el, i.e. we are building out of |
| 72 | # and src/b-emacs.exe does not exist. This avoids building a | 72 | # a VCS-checkout (not a release) and src/b-emacs.exe does not exist. |
| 73 | # bootstrap-emacs and recompiling Lisp files when building a | 73 | # This avoids building a bootstrap-emacs and recompiling Lisp files |
| 74 | # pretest/release tarball. | 74 | # when building a pretest/release tarball. |
| 75 | boot := | 75 | boot := |
| 76 | ifneq ($(wildcard admin/admin.el),) | 76 | ifneq ($(wildcard admin/admin.el),) |
| 77 | ifeq ($(wildcard src/b-emacs.exe),) | 77 | ifeq ($(wildcard src/b-emacs.exe),) |