You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/11/27 23:47:30 UTC

[3/3] git commit: Fix up some of the ugly bodges

Fix up some of the ugly bodges


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4641aef3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4641aef3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4641aef3

Branch: refs/heads/docs
Commit: 4641aef3323c1b90efa84e1900ac60391c4dfca3
Parents: b69a3a9
Author: Noah Slater <ns...@apache.org>
Authored: Tue Nov 27 22:46:24 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Tue Nov 27 22:46:24 2012 +0000

----------------------------------------------------------------------
 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/4641aef3/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 0a80cfd..7974c8e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,7 +80,8 @@ NOTICE.gz: NOTICE
 README.gz: README
 	gzip -9 < $< > $@
 
-.PHONY: THANKS.gz
+# @@ This is a bodge and needs to be fixed. Additionally, attempting to build a
+# @@ distribution from a distribution will fail because there is no Git dir.
 THANKS.gz: $(top_srcdir)/THANKS
 	@sed -e '/^#.*/d' $< > $(top_builddir)/THANKS.tmp
 	@git shortlog -se 6c976bd..HEAD \