Updated Branches: refs/heads/master e64c05061 -> 07a3406b4 Force build of THANKS.gz every time Use a PHONY target to force this build step on every invocation of Make. Ideally we'd be able to detect when a commit has been made but this is a quick hack that's correct but rebuilds it unecessarily. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/07a3406b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/07a3406b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/07a3406b Branch: refs/heads/master Commit: 07a3406b456ac4447768c236db5fdb020f94017e Parents: 6a631fc Author: Paul Joseph Davis Authored: Sun Jun 17 17:09:44 2012 -0500 Committer: Paul Joseph Davis Committed: Sun Jun 17 17:09:44 2012 -0500 ---------------------------------------------------------------------- Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/07a3406b/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index 2d9da70..d6836d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,6 +78,7 @@ NOTICE.gz: $(top_srcdir)/NOTICE README.gz: $(top_srcdir)/README -gzip -9 < $< > $@ +.PHONY: THANKS.gz THANKS.gz: $(top_srcdir)/THANKS @sed -e '/^#.*/d' $< > $(top_builddir)/THANKS.tmp @git shortlog -se 6c976bd..HEAD \