summaryrefslogtreecommitdiff
path: root/BSDmakefile
Commit message (Collapse)AuthorAgeFilesLines
* node: rename from io.js to nodecjihrig2015-08-231-1/+1
| | | | | | | | | | | This commit replaces instances of io.js with Node.js, based on the recent convergence. There are some remaining instances of io.js, related to build and the installer. Fixes: https://github.com/nodejs/node/issues/2361 PR-URL: https://github.com/nodejs/node/pull/2367 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
* build: avoid passing private flags from pmakeJohan Bergström2015-04-031-1/+4
| | | | | | | | 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>
* build: Pass BSDmakefile args to gmakeJohan Bergström2015-04-011-2/+8
| | | | | | | | | | Minor convenience for platforms that doesn't have gmake installed but prefer the habit of writing make instead of gmake. test needs to live in .PHONY to get passed on to gmake. PR-URL: https://github.com/iojs/io.js/pull/1298 Reviewed-By: Fedor Indutny <fedor@indutny.com>
* Tell BSD users to run `gmake` instead.Ben Noordhuis2011-07-111-0/+2