Re-implement the source-check and external-deps targets
authorMaxime Petazzoni <maxime.petazzoni@bulix.org>
Thu, 2 Sep 2010 10:31:57 +0000 (12:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 13 Sep 2010 06:18:40 +0000 (08:18 +0200)
commitd147b81fda4419ea7307835d39cdb58b965882aa
tree8099e2a2c709852f16f8c59e9c9ae086adf4d251
parent9b2ac9f9acd915d8086f4e74c2be672aa83f0d70
Re-implement the source-check and external-deps targets

The new DL_MODE variable dispatches between the various download
implementations of each method (Git, Subversion, Wget) to deal with the
normal download (default mode, 'DOWNLOAD'), the source-check
('SOURCE_CHECK') and to show the external dependencies for external-deps
('SHOW_EXTERNAL_DEPS').

For the latter, the legacy script wget-show-external-deps.sh is no
longer required as $(WGET) isn't called directly anymore but always
through the DOWNLOAD helper.

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile
package/Makefile.package.in
package/mpfr/mpfr.mk
toolchain/wget-show-external-deps.sh [deleted file]