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:51:06 UTC

git commit: Add more comments about the bodge

Updated Branches:
  refs/heads/docs 8ef41ece1 -> b63a932df


Add more comments about the bodge <grumble>


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

Branch: refs/heads/docs
Commit: b63a932dff7c33b1b11a0b836f22264b23417ecd
Parents: 8ef41ec
Author: Noah Slater <ns...@apache.org>
Authored: Tue Nov 27 22:51:02 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Tue Nov 27 22:51:02 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/b63a932d/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 7974c8e..8dca0b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,6 +82,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.
 THANKS.gz: $(top_srcdir)/THANKS
 	@sed -e '/^#.*/d' $< > $(top_builddir)/THANKS.tmp
 	@git shortlog -se 6c976bd..HEAD \