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

[17/27] couchdb commit: updated refs/heads/1843-feature-bigcouch to 465d1ad

build: user friendly reminder about running ./configure


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

Branch: refs/heads/1843-feature-bigcouch
Commit: e3a0be49e5de75f05a23170f7c3de300d1571258
Parents: 633726a
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Dec 23 19:26:20 2013 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Feb 3 12:54:10 2014 +0000

----------------------------------------------------------------------
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e3a0be49/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 69ae8cf..bd11842 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,10 @@ install: dist
 	@touch $(prefix)/var/log/couchdb.log
 	@chown $(user) $(prefix)/var/log/couchdb.log
 
+install.mk:
+	@echo "No install.mk found. Run ./configure"
+	@exit 1
+
 dev: compile
 	@rm -rf rel/dev1 rel/dev2 rel/dev3
 	@echo "==> Building development node #1 (ports 15984/15986)"