diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-04 12:19:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-04 12:19:16 +0000 |
commit | 155971e08fb51a7e385d13c649a5651cf261f41b (patch) | |
tree | 35dd84bb45307791b39a48831580d246b23a1d7c /toolchain/wget-show-external-deps.sh | |
parent | f26f26fb62ac232d2c09f88f0879676c9e5b07d3 (diff) | |
download | buildroot-novena-155971e08fb51a7e385d13c649a5651cf261f41b.tar.gz buildroot-novena-155971e08fb51a7e385d13c649a5651cf261f41b.zip |
buildroot: add external-deps target
Add external-deps target to show what external files are needed to recreate
the build.
Diffstat (limited to 'toolchain/wget-show-external-deps.sh')
-rwxr-xr-x | toolchain/wget-show-external-deps.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/wget-show-external-deps.sh b/toolchain/wget-show-external-deps.sh new file mode 100755 index 000000000..20071c05f --- /dev/null +++ b/toolchain/wget-show-external-deps.sh @@ -0,0 +1,6 @@ +#!/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 |