GitHub user janl opened a pull request:
https://github.com/apache/couchdb/pull/402
scrap make install, build full couch into rel/couchdb
As per dev@ discussion, this PR removes the more familiar behaviour of
`make install` and creates a location independent directory `./rel/couchdb`
that can be moved to anywhere on the system.
This is a first draft, exact naming of make targets and messages TBD. cc
@rnewson @kxepal @davisp
I noticed this issue when building Fauxton:
`grunt couchdb` installs `index.html` into `share/www/index.html`, and it
tries to load js files from `./dashboard.assets/js/` but these are installed
into `share/www/js/`
Either `index.html` needs to not include the `dashboard.assets` path, or we
need to install into that.
I tried to fix it, but fauxton master doesnât have the subsequent copy
lines, just the one for `index.html`, so Iâm not sure what to do. cc
@garrensmith @robertkowalski
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/couchdb no-make-install
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/402.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #402
----
commit d642df3b5ee58b3f2414218eb4deb1068d07aee0
Author: Jan Lehnardt <[email protected]>
Date: 2016-04-15T07:41:56Z
scrap make install, build full couch into rel/couchdb
----
---
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 is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---