Repository: couchdb Updated Branches: refs/heads/separate-compile-make-targets e0ee11e32 -> 4d104abeb
Alternative naming scheme Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4d104abe Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4d104abe Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4d104abe Branch: refs/heads/separate-compile-make-targets Commit: 4d104abeb82a30ae4e2b4b15ee3e445118742e0a Parents: e0ee11e Author: Russell Branca <[email protected]> Authored: Tue Dec 30 17:02:28 2014 -0800 Committer: Russell Branca <[email protected]> Committed: Tue Dec 30 17:02:28 2014 -0800 ---------------------------------------------------------------------- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4d104abe/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index e2c7fd2..1efd466 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # License for the specific language governing permissions and limitations under # the License. -all: compile +all: config.erl couch fauxton config.erl: @echo "Apache CouchDB has not been configured." @@ -18,9 +18,7 @@ config.erl: @echo @false -compile: config.erl compile-core fauxton - -compile-core: +couch: @rebar compile @cp src/couch/priv/couchjs bin/
