[GitHub] couchdb pull request: Separate out Fauxton compilation from core C...

2015-01-02 Thread chewbranca
Github user chewbranca closed the pull request at: https://github.com/apache/couchdb/pull/292 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] couchdb pull request: Separate out Fauxton compilation from core C...

2015-01-02 Thread chewbranca
Github user chewbranca commented on the pull request: https://github.com/apache/couchdb/pull/292#issuecomment-68557120 Merged. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] couchdb pull request: Separate out Fauxton compilation from core C...

2015-01-01 Thread rnewson
Github user rnewson commented on the pull request: https://github.com/apache/couchdb/pull/292#issuecomment-68483544 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] couchdb pull request: Separate out Fauxton compilation from core C...

2014-12-30 Thread chewbranca
GitHub user chewbranca opened a pull request: https://github.com/apache/couchdb/pull/292 Separate out Fauxton compilation from core CouchDB This separates compilation of core CouchDB from compilation of Fauxton. I'm not attached to the name `compile-core`, and it might also be

[GitHub] couchdb pull request: Separate out Fauxton compilation from core C...

2014-12-30 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb/pull/292#issuecomment-68414889 How about to split couch and fauxton on all level? ``` all: couch fauxton ``` and turn `compile` into `couch` without fauxton bits? ---