]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (change-history-nocommit): New.
authorGlenn Morris <rgm@gnu.org>
Wed, 6 May 2015 21:02:06 +0000 (17:02 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 6 May 2015 21:02:06 +0000 (17:02 -0400)
Makefile.in

index 858a34d942384937e7b4d6ca97775612e167a938..dc7e82584981f2d2fded8151e436ac553df675d1 100644 (file)
@@ -1088,7 +1088,7 @@ bootstrap: bootstrap-clean
        $(MAKE) MAKEFILE_NAME=force-Makefile force-Makefile
        $(MAKE) all
 
-.PHONY: ChangeLog change-history change-history-commit
+.PHONY: ChangeLog change-history change-history-commit change-history-nocommit
 .PHONY: master-branch-is-current no-ChangeLog unchanged-history-files
 
 # The newest revision that should not appear in the generated ChangeLog.
@@ -1116,8 +1116,8 @@ unchanged-history-files:
 
 # Copy newer commit messages to the start of the ChangeLog history file,
 # and consider them to be older.
-change-history: no-ChangeLog master-branch-is-current unchanged-history-files \
-  ChangeLog
+change-history-nocommit: no-ChangeLog master-branch-is-current \
+  unchanged-history-files ChangeLog
        (sed '/^;; [L]ocal Variables:/,$$d' <ChangeLog && cat $(CHANGELOG_N)) \
          >$(CHANGELOG_N).tmp
        new_origin=$$(git log --pretty=format:%H HEAD^!) && \
@@ -1125,6 +1125,8 @@ change-history: no-ChangeLog master-branch-is-current unchanged-history-files \
          <Makefile.in >Makefile.in.tmp
        mv $(CHANGELOG_N).tmp $(CHANGELOG_N)
        mv Makefile.in.tmp Makefile.in
+
+change-history: change-history-nocommit
        $(MAKE) $@-commit
 
 # If 'make change-history' fails because the newest ChangeLog history