The current erlang.mk as obtained from https://erlang.mk/erlang.mk clones the entire erlang.mk repo, including all its history, uses it for one call, and then deletes the whole repo.
Using the switch --depth 1 considerably speeds this up, as not the entire history is downloaded.
The current
erlang.mkas obtained from https://erlang.mk/erlang.mk clones the entire erlang.mk repo, including all its history, uses it for one call, and then deletes the whole repo.Using the switch
--depth 1considerably speeds this up, as not the entire history is downloaded.