]> git.eshelyaron.com Git - emacs.git/commitdiff
* msdos/mainmake.v2: Comment fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 21 May 2010 00:33:54 +0000 (17:33 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 21 May 2010 00:33:54 +0000 (17:33 -0700)
msdos/mainmake.v2

index 7044b82f64f934f42c6bdf604b343fd431ddd0d2..271db707e37fe9f2ab7063b1f0a1ca4c79cd6e2b 100644 (file)
@@ -68,10 +68,10 @@ top_srcdir := $(subst \,/,$(shell cd))
 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),)