Skip to content

doc: fix overriding of prefix option - #30518

Closed
lpinca wants to merge 1 commit into
nodejs:masterfrom
lpinca:gh-30477
Closed

doc: fix overriding of prefix option#30518
lpinca wants to merge 1 commit into
nodejs:masterfrom
lpinca:gh-30477

Conversation

@lpinca

@lpincalpinca commented Nov 17, 2019

Copy link
Copy Markdown
Member

Make the example in the "Building a debug build" section work as
intended.

Fixes: #30477

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Make the example in the "Building a debug build" section work as
intended.
Fixes: nodejs#30477
@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. labels Nov 17, 2019
@lundibundi

Copy link
Copy Markdown
Member

@lundibundilundibundi added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 18, 2019
trivikr pushed a commit that referenced this pull request 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>
@trivikr

Copy link
Copy Markdown
Member

Landed in f4b240f

@trivikrtrivikr closed this Nov 21, 2019
@lpinca
lpinca deleted the gh-30477 branch November 21, 2019 06:19
MylesBorins pushed a commit that referenced this pull request 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>
@BridgeARBridgeAR mentioned this pull request Nov 21, 2019
targos pushed a commit that referenced this pull request 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>
@BethGriggsBethGriggs mentioned this pull request Dec 9, 2019
MylesBorins pushed a commit that referenced this pull request 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>
@BethGriggsBethGriggs mentioned this pull request Dec 23, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.buildIssues and PRs related to build files or the CI.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

5 participants

@lpinca@lundibundi@trivikr@devnexen@nodejs-github-bot