You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2014/12/31 02:02:38 UTC

couchdb commit: updated refs/heads/separate-compile-make-targets to 4d104ab

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 <ch...@apache.org>
Authored: Tue Dec 30 17:02:28 2014 -0800
Committer: Russell Branca <ch...@apache.org>
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/