Open
Description
It seems there is a bug here, as MySQL tarball is "downloaded" twice:
Lines 38 to 39 in 06844ed
In reality both curl
and wget
are executed with --continue
, so the file is downloaded at most only once.
I guess there is both curl
and wget
to work with either one or the other.
Yet, I think curl
and/or wget
should be called only if the file is not present, thus compiling is not depending from having an internet connection if the file is already there.
Maybe an easy solution is to make the tarball itself a Makefile target.
Metadata
Assignees
Labels
No labels