build: avoid passing private flags from pmake
authorJohan Bergström <bugs@bergstroem.nu>
Fri, 3 Apr 2015 03:04:14 +0000 (14:04 +1100)
committerJohan Bergström <bugs@bergstroem.nu>
Fri, 3 Apr 2015 08:38:33 +0000 (19:38 +1100)
commit6a134f7d70709f9a0d9b8d005e97d7eb7e656f14
tree23ee8254ac756bb965367db871349920d6a4c57d
parenta081c7c5222de844ed0a61d470b8334676249d66
build: avoid passing private flags from pmake

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

PR-URL: https://github.com/iojs/io.js/pull/1334
Reviewed-By: Fedor Indutny <fedor@indutny.com>
BSDmakefile