-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile: use existing variable to reduce complexity #2883
Conversation
I might use a nightly to test this, it looks good but hard to test locally |
@brycebaril @rvagg ... ping |
7da4fd4
to
c7066fb
Compare
If no one else wants to handle this I'm happy to resume. Generally looks good to me; just need to test a bit. |
@jbergstroem I think the silence is a go-ahead |
c133999
to
83c7a88
Compare
ping @nodejs/build |
ping @jbergstroem |
There hasn't been any progress here for quite a while. I'm going ahead and closing this. Feel free to re-open or ping a collaborator if you want it to stay open. |
Thanks for the prod @fhinkel ! This seems like a clear improvement, and should be really easy to review. @nodejs/build @nodejs/release can anyone else take a look? @brycebaril sorry this got lost. Amazingly this still patches cleanly (with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don’t see any reason not to land this today :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given TARNAME=node-$(FULLVERSION)
is set earlier, this seems pretty clearly okay.
Thanks. Landed in ca50a19 |
PR-URL: #2883 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
PR-URL: #2883 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
PR-URL: #2883 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
cc @rvagg