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 <[email protected]> Authored: Mon Dec 23 19:26:20 2013 +0100 Committer: Robert Newson <[email protected]> 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)"
