You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/13 17:43:39 UTC

[37/50] lager commit: updated refs/heads/import-master to da4419e

Make xref depend on compile


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

Branch: refs/heads/import-master
Commit: 002555ae7ca63a908d7bceee962835307eaadd97
Parents: 4a0c5e9
Author: Andrew Thompson <an...@hijacked.us>
Authored: Tue Jan 28 14:31:26 2014 -0500
Committer: Andrew Thompson <an...@hijacked.us>
Committed: Tue Jan 28 14:31:26 2014 -0500

----------------------------------------------------------------------
 tools.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-lager/blob/002555ae/tools.mk
----------------------------------------------------------------------
diff --git a/tools.mk b/tools.mk
index 15a55f7..8e0e1b9 100644
--- a/tools.mk
+++ b/tools.mk
@@ -4,7 +4,7 @@ test: compile
 docs:
 	./rebar doc skip_deps=true
 
-xref:
+xref: compile
 	./rebar xref skip_deps=true
 
 PLT ?= $(HOME)/.riak_combo_dialyzer_plt