Why? This separates the process of downloading the dependencies and
then building them. This helps support packaging efforts as we can just
download the dependencies and tar up the directory ready to be built.
Steve, you probably object to the use of cp, which I will remove and replace with the tar pattern, if you can convince me why it is problematic ;)
Why? This separates the process of downloading the dependencies and then building them. This helps support packaging efforts as we can just download the dependencies and tar up the directory ready to be built.
Steve, you probably object to the use of
cp
, which I will remove and replace with thetar
pattern, if you can convince me why it is problematic ;)