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/12/01 20:51:36 UTC

[2/3] git commit: Added another comment about the THANKS bodge

Added another comment about the THANKS bodge


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

Branch: refs/heads/docs
Commit: 2e0b24fe3d7aaed57bdfa489d305fbec99046711
Parents: be3aed0
Author: Noah Slater <ns...@apache.org>
Authored: Sat Dec 1 19:15:57 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Dec 1 19:15:57 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/2e0b24fe/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 8dca0b0..c693c4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,7 +83,8 @@ README.gz: README
 # @@ 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.
 # @@ This also means that THANKS.gz is not rebuilt properly. For now, until this
-# @@ is fixed, all distributions should be prepared from a pristine source.
+# @@ is fixed, all distributions should be prepared from a pristine source. The
+# @@ proper way to do this is to build this file during the bootstrap.
 THANKS.gz: $(top_srcdir)/THANKS
 	@sed -e '/^#.*/d' $< > $(top_builddir)/THANKS.tmp
 	@git shortlog -se 6c976bd..HEAD \