summaryrefslogtreecommitdiffstats
path: root/toolchain/wget-show-external-deps.sh
Commit message (Collapse)AuthorAgeFilesLines
* Re-implement the source-check and external-deps targetsMaxime Petazzoni2010-09-131-6/+0
| | | | | | | | | | | | | | | 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>
* buildroot: add external-deps targetPeter Korsgaard2008-03-041-0/+6
Add external-deps target to show what external files are needed to recreate the build.