Mercurial > emacs
changeset 108728:d0ebe5586d94
* msdos/mainmake.v2: Comment fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 20 May 2010 17:33:54 -0700 |
parents | d8f404311eaf |
children | 83fdad33d6fa |
files | msdos/mainmake.v2 |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/msdos/mainmake.v2 Thu May 20 17:28:47 2010 -0700 +++ b/msdos/mainmake.v2 Thu May 20 17:33:54 2010 -0700 @@ -68,10 +68,10 @@ version := ${shell sed -n -e '/(defconst emacs-version/s/^[^"]*\("[^"]*"\).*/\1/p' lisp/version.el} # Q: Do we need to bootstrap? -# A: Only if we find admin/admin.el, i.e. we are building out of CVS, -# and src/b-emacs.exe does not exist. This avoids building a -# bootstrap-emacs and recompiling Lisp files when building a -# pretest/release tarball. +# A: Only if we find admin/admin.el, i.e. we are building out of +# a VCS-checkout (not a release) and src/b-emacs.exe does not exist. +# This avoids building a bootstrap-emacs and recompiling Lisp files +# when building a pretest/release tarball. boot := ifneq ($(wildcard admin/admin.el),) ifeq ($(wildcard src/b-emacs.exe),)