On 7 March 2012 06:44, Ed Hemphill <[email protected]> wrote: > I am doing some customization of the inner workings of node.js, and am > rebuilding the tree frequently. > > However, I am not that familiar with gyp system - and every time I modify > something (for instance a small change in node.cc) I get a complete rebuild > of the dependencies. Needless to say this slows down testing of code. > > Could someone tell me how to avoid this, or point me in the right direction > in terms of documentation? > > thanks, > Ed
What command do you issue for rebuilding? Is it just `make` in the toplevel directory or in a subdirectory? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
