On Mon, Apr 16, 2012 at 14:40, Habib Virji <[email protected]> wrote: > Thanks Ben, I had a look and dependency error warning is gone but it still > triggers the build all the time. > > Is it due to making node build in different directory. What triggers > openssl, node, v8 and uv build?
I fixed an ARG_MAX bug in gyp that introduced a regression where it kept rebuilding the tree (which I didn't notice because I usually build with `make -C out`, mea culpa). Isaac then fixed that in 04271a5[1]. If gyp keeps rebuilding and a fresh clone doesn't make the problem go away, please open an issue. [1] https://github.com/joyent/node/commit/04271a5 -- 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
