Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILDING.md says "make install --prefix=..." but that doesn't work #30477

Closed
cakoose opened this issue Nov 13, 2019 · 1 comment
Closed

BUILDING.md says "make install --prefix=..." but that doesn't work #30477

cakoose opened this issue Nov 13, 2019 · 1 comment

Comments

@cakoose
Copy link

cakoose commented Nov 13, 2019

MacOS 10.14.6
GNU Make 3.81

BUILDING.md says:

make install --prefix=/opt/node-debug/

That resulted in an error:

/Applications/Xcode.app/Contents/Developer/usr/bin/make: unrecognized option `--prefix=/opt/node-debug/'
Usage: make [options] [target] ...
...

What did work for me:

./configure --prefix=...
make install
lpinca added a commit to lpinca/node that referenced this issue Nov 17, 2019
Make the example in the "Building a debug build" section work as
intended.

Fixes: nodejs#30477
@cakoose
Copy link
Author

cakoose commented Nov 21, 2019

Oh, nice! That's even more convenient than having to set the prefix during configure.

MylesBorins pushed a commit that referenced this issue Nov 21, 2019
Make the example in the "Building a debug build" section work as
intended.

Fixes: #30477

PR-URL: #30518
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos pushed a commit that referenced this issue Dec 1, 2019
Make the example in the "Building a debug build" section work as
intended.

Fixes: #30477

PR-URL: #30518
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
MylesBorins pushed a commit that referenced this issue Dec 17, 2019
Make the example in the "Building a debug build" section work as
intended.

Fixes: #30477

PR-URL: #30518
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant