From: Glenn Morris Date: Fri, 21 May 2010 00:33:54 +0000 (-0700) Subject: * msdos/mainmake.v2: Comment fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~205^2~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e222e4e61c7cfdd0d3bb7a2d85971d36dacaf22;p=emacs.git * msdos/mainmake.v2: Comment fix. --- 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)) 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),)