emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100395: * msdos/mainmake.v2: Comment


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100395: * msdos/mainmake.v2: Comment fix.
Date: Thu, 20 May 2010 17:33:54 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100395
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-05-20 17:33:54 -0700
message:
  * msdos/mainmake.v2: Comment fix.
modified:
  msdos/mainmake.v2
=== modified file 'msdos/mainmake.v2'
--- a/msdos/mainmake.v2 2010-01-13 08:35:10 +0000
+++ b/msdos/mainmake.v2 2010-05-21 00:33:54 +0000
@@ -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),)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]