# HG changeset patch # User Glenn Morris # Date 1274402034 25200 # Node ID d0ebe5586d94537f70770358bf1981151cc0254e # Parent d8f404311eaf96691a5004f4dd448289805dfdfa * msdos/mainmake.v2: Comment fix. diff -r d8f404311eaf -r d0ebe5586d94 msdos/mainmake.v2 --- 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),)