diff options
author | Glenn Morris <rgm@gnu.org> | 2015-05-06 21:58:58 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-05-06 21:58:58 -0400 |
commit | adb69ddff05ce770261e03d249f2e31e75c098af (patch) | |
tree | 9723ce635e48b1da50b710c88cd4aded816b59a6 /admin/update_autogen | |
parent | 09b872dff4242964daca072472ddfc1dd47cbbc1 (diff) | |
download | emacs-adb69ddff05ce770261e03d249f2e31e75c098af.tar.gz |
Avoid unnecessary bumping of Makefile.in's timestamp.
* Makefile.in (gen_origin): Move to gitlog-to-emacslog.
(emacslog): New variable.
(ChangeLog): Use $emacslog. Don't pass $gen_origin.
(unchanged-history-files): Use $emacslog rather than Makefile.in.
(change-history-nocommit): Store hash in $emacslog.
* build-aux/gitlog-to-emacslog (gen_origin): Move default here.
* admin/update_autogen (changelog_files): Update for the above.
Diffstat (limited to 'admin/update_autogen')
-rwxr-xr-x | admin/update_autogen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/update_autogen b/admin/update_autogen index e9d4aa5287c..27d53035502 100755 --- a/admin/update_autogen +++ b/admin/update_autogen @@ -94,7 +94,7 @@ changelog_flag= ldefs_in=lisp/loaddefs.el ldefs_out=lisp/ldefs-boot.el changelog_n=$(sed -n 's/CHANGELOG_HISTORY_INDEX_MAX *= *//p' Makefile.in) -changelog_files="ChangeLog.$changelog_n Makefile.in" +changelog_files="ChangeLog.$changelog_n build-aux/gitlog-to-emacslog" sources="configure.ac lib/Makefile.am" ## Files to copy into autogendir. ## Everything: |