Skip to content

build: avoid passing private flags from pmake - #1334

Closed
jbergstroem wants to merge 1 commit into
nodejs:v1.xfrom
jbergstroem:fix/pmake_parallel
Closed

build: avoid passing private flags from pmake#1334
jbergstroem wants to merge 1 commit into
nodejs:v1.xfrom
jbergstroem:fix/pmake_parallel

Conversation

@jbergstroem

Copy link
Copy Markdown
Member

pmake introduces private flags (-J) when passing certain arguments to it (such as -j). Filter these out before passing to gmake.

/R=@iojs/platform-freebsd

pmake introduces private flags (-J) when passing certain arguments
to it (such as -j). Filter these out before passing to gmake.
@mscdex mscdex added the build Issues and PRs related to build files or the CI. label Apr 3, 2015
@indutny

indutny commented Apr 3, 2015

Copy link
Copy Markdown
Member

LGTM, if it works.

jbergstroem added a commit that referenced this pull request Apr 3, 2015
pmake introduces private flags (-J) when passing certain arguments
to it (such as -j). Filter these out before passing to gmake.

PR-URL: #1334
Reviewed-By: Fedor Indutny <fedor@indutny.com>
@jbergstroem

Copy link
Copy Markdown
Member Author

Thanks. Merged in 6a134f7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants