Hikaru Ikuta
Hikaru Ikuta
I see. I'll be adding existence checks before wget. Would throwing an error if the files are nonexistent be enough?
I tried running wget with a nonexistent URL (returns 404), and it returned a nonzero return code. Running it within a Makefile stopped the Make process at wget. So essentially,...
Oh I see! No problem, thanks for the clarification. In that case, the local existence check is done by the Makefile itself. Right now, the recipe for "making" the interpreter...
@niitsuma Thanks for your pull request, and sorry for the delay on reviewing it. I would like to accept your pull request, but beforehand, I would like to ask if...
Similar cases from relicensing to LGPL from MIT was done in Racket: https://github.com/racket/racket/issues/1570