aboutsummaryrefslogtreecommitdiff
path: root/tools/specialize_node_d.py
AgeCommit message (Collapse)Author
2016-07-08tools: remove unnecessary imports and assignmentsSakthipriyan Vairamani
PR-URL: https://github.com/nodejs/node/pull/7483 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
2014-02-21gyp: specialize node.d for freebsdFedor Indutny
`node.d` should use `psinfo.d` instead of `procfs.d` and have statically defined architecture on FreeBSD.