emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114964: * msdos/mainmake.v2: Add missing ChangeLog


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114964: * msdos/mainmake.v2: Add missing ChangeLog entry for previous, and fix
Date: Tue, 05 Nov 2013 08:04:41 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114964
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-11-05 00:03:58 -0800
message:
  * msdos/mainmake.v2: Add missing ChangeLog entry for previous, and fix
modified:
  msdos/ChangeLog                changelog-20091113204419-o5vbwnq5f7feedwu-1535
  msdos/mainmake.v2              mainmake.v2-20091113204419-o5vbwnq5f7feedwu-970
=== modified file 'msdos/ChangeLog'
--- a/msdos/ChangeLog   2013-11-05 07:54:03 +0000
+++ b/msdos/ChangeLog   2013-11-05 08:03:58 +0000
@@ -2,6 +2,7 @@
 
        * autogen/config.in:
        * autogen/Makefile.in: Move here from ../autogen.
+       * mainmake.v2: Use msdos/autogen rather than autogen.
 
 2013-05-15  Stefan Monnier  <address@hidden>
 

=== modified file 'msdos/mainmake.v2'
--- a/msdos/mainmake.v2 2013-11-05 07:54:03 +0000
+++ b/msdos/mainmake.v2 2013-11-05 08:03:58 +0000
@@ -64,13 +64,13 @@
 top_srcdir := $(subst \,/,$(shell cd))
 
 # Q: Do we need to bootstrap?
-# A: Only if we find msdos/autogen/README, i.e. we are building out of
+# A: Only if we find msdos/autogen/Makefile.in, 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.  Recompiling Lisp files
 #    is BAD because lisp/Makefile.in requires a Unixy shell.
 boot :=
-ifneq ($(wildcard msdos/autogen/README),)
+ifneq ($(wildcard msdos/autogen/Makefile.in),)
 ifeq ($(wildcard src/b-emacs.exe),)
 boot := b-emacs.exe
 endif


reply via email to

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