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

[2/2] git commit: Cleanup silly variable name

Cleanup silly variable name

For some reason I kept swapping THANKS with AUTHORS in my head. Made it
confusing for people reading that rule.


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

Branch: refs/heads/master
Commit: 6a631fca2c576a1e189a019dfb646ab0b124c9ea
Parents: e64c050
Author: Paul Joseph Davis <da...@apache.org>
Authored: Sun Jun 17 17:08:17 2012 -0500
Committer: Paul Joseph Davis <da...@apache.org>
Committed: Sun Jun 17 17:08:17 2012 -0500

----------------------------------------------------------------------
 Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6a631fca/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 6646ac9..2d9da70 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,15 +79,15 @@ README.gz: $(top_srcdir)/README
 	-gzip -9 < $< > $@
 
 THANKS.gz: $(top_srcdir)/THANKS
-	@sed -e '/^#.*/d' $< > $(top_builddir)/AUTHORS.tmp
+	@sed -e '/^#.*/d' $< > $(top_builddir)/THANKS.tmp
 	@git shortlog -se 6c976bd..HEAD \
 		| grep -v @apache.org \
 		| sed -E 's/^[[:blank:]]{5}[[:digit:]]+[[:blank:]]/ * /' \
-		>> $(top_builddir)/AUTHORS.tmp
+		>> $(top_builddir)/THANKS.tmp
 	@echo '\nFor a list of authors see the `AUTHORS` file.\n' \
-		>> $(top_builddir)/AUTHORS.tmp
-	-gzip -9 < $(top_builddir)/AUTHORS.tmp > $@
-	@rm $(top_builddir)/AUTHORS.tmp
+		>> $(top_builddir)/THANKS.tmp
+	-gzip -9 < $(top_builddir)/THANKS.tmp > $@
+	@rm $(top_builddir)/THANKS.tmp
 
 check: dev check-js
 	$(top_builddir)/test/etap/run $(top_srcdir)/test/etap