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 2013/06/29 17:18:12 UTC

[31/50] [abbrv] git commit: updated refs/heads/1843-feature-bigcouch to cba2e81

No need to specify Erlang ebin paths

Now that we have a proper OTP application structure we don't have to
list each path to start CouchDB.


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

Branch: refs/heads/1843-feature-bigcouch
Commit: 23cf4e3dcdf13872e6fe620e40463d5072d1ed96
Parents: f633e54
Author: Paul J. Davis <pa...@gmail.com>
Authored: Mon Mar 11 16:13:38 2013 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Wed Mar 20 06:02:54 2013 -0500

----------------------------------------------------------------------
 utils/Makefile.am | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/23cf4e3d/utils/Makefile.am
----------------------------------------------------------------------
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 4477156..eb8ec43 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -23,13 +23,7 @@ run: ../bin/couchdb.tpl
 	    -e "s|%bindir%|$(abs_top_builddir)/bin|g" \
 	    -e "s|%defaultini%|default_dev.ini|g" \
 	    -e "s|%localini%|local_dev.ini|g" \
-	    -e "s|%localerlanglibdir%|$(abs_top_builddir)\/src \
-			-pa $(abs_top_builddir)\/src\/couchdb \
-			-pa $(abs_top_builddir)\/src\/ejson \
-			-pa $(abs_top_builddir)\/src\/oauth \
-			-pa $(abs_top_builddir)\/src\/ibrowse \
-			-pa $(abs_top_builddir)\/src\/mochiweb \
-			-pa $(abs_top_builddir)\/src\/snappy|g" \
+	    -e "s|%localerlanglibdir%|$(abs_top_builddir)\/src|g" \
 	    -e "s|%localconfdir%|$(abs_top_builddir)/etc/couchdb|g" \
 	    -e "s|%localstatelogdir%|$(abs_top_builddir)/tmp/log|g" \
 	    -e "s|%localstatelibdir%|$(abs_top_builddir)/tmp/lib|g" \