Updated Branches: refs/heads/1843-feature-bigcouch 6efd76f9d -> 02993ad3a
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/02993ad3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/02993ad3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/02993ad3 Branch: refs/heads/1843-feature-bigcouch Commit: 02993ad3a5726200a6b4bb1f86745809c9cba10b Parents: 6efd76f Author: Jan Lehnardt <[email protected]> Authored: Mon Dec 23 19:26:20 2013 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Mon Dec 23 19:26:20 2013 +0100 ---------------------------------------------------------------------- Makefile | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/02993ad3/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)"
