summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorMaxime Petazzoni <maxime.petazzoni@bulix.org>2010-09-02 12:31:57 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-09-13 08:18:40 +0200
commitd147b81fda4419ea7307835d39cdb58b965882aa (patch)
tree8099e2a2c709852f16f8c59e9c9ae086adf4d251 /toolchain
parent9b2ac9f9acd915d8086f4e74c2be672aa83f0d70 (diff)
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>
Diffstat (limited to 'toolchain')
-rwxr-xr-xtoolchain/wget-show-external-deps.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/wget-show-external-deps.sh b/toolchain/wget-show-external-deps.sh
deleted file mode 100755
index 20071c05f..000000000
--- a/toolchain/wget-show-external-deps.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-#
-# replacement for wget (see BR2_WGET) which simply shows the file name to be
-# downloaded. Used by the external-deps make target.
-
-exec basename ${!#} \ No newline at end of file