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/6fb55e5f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6fb55e5f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6fb55e5f

Branch: refs/heads/1843-feature-bigcouch
Commit: 6fb55e5ff9a7f608b1ab940b1866b8904ba77573
Parents: d46b440
Author: Jan Lehnardt <[email protected]>
Authored: Mon Dec 23 19:26:20 2013 +0100
Committer: Robert Newson <[email protected]>
Committed: Tue Jan 28 15:52:26 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6fb55e5f/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 8b0602b..0e84f2c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,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)"

Reply via email to