buildrootschalter/toolchain/wget-show-external-deps.sh
Peter Korsgaard 155971e08f buildroot: add external-deps target
Add external-deps target to show what external files are needed to recreate
the build.
2008-03-04 12:19:16 +00:00

6 lines
162 B
Bash
Executable File

#!/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 ${!#}