Skip to content

Fix FreeBSD package compilation#24

Merged
jaredmorrow merged 3 commits intomasterfrom
jem-fix-bsd-compile
Jun 13, 2012
Merged

Fix FreeBSD package compilation#24
jaredmorrow merged 3 commits intomasterfrom
jem-fix-bsd-compile

Conversation

@jaredmorrow
Copy link
Copy Markdown
Contributor

When building from Riak toplevel using the make package command, flags were slipping into the MAKEFLAGS variable causing problems in erlang_js. This simply empties out that environmental variable before running any make commands.

When doing a `make package` from toplevel riak, BSD's make was pulling in random characters
as targets when the specific make target was not specified. I can't find any reason or
documentation on why this would happen, but adding the `js` target fixed things.
@bookshelfdave
Copy link
Copy Markdown
Contributor

Build fine. Excellent find!
+1

jaredmorrow added a commit that referenced this pull request Jun 13, 2012
Fix FreeBSD package compilation
@jaredmorrow jaredmorrow merged commit d4e2fd0 into master Jun 13, 2012
@seancribbs seancribbs deleted the jem-fix-bsd-compile branch April 1, 2015 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants