summaryrefslogtreecommitdiff
path: root/scripts/build/tools
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-17 21:17:19 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-17 21:17:19 (GMT)
commitba5a96ad78b546875a0567ce6247516c7bccf678 (patch)
tree569882f69adb0d08c94b4bc8e775e0e8e2a32f40 /scripts/build/tools
parentf28c290278334712aec77f632bd07e8a083a05b1 (diff)
Remove the check for absolutely needed tools now ./configure checks for them.
Move the check for 'lynx' to where it is needed (that is when sstrip from buildroot is selected). /trunk/scripts/build/tools/200-sstrip.sh | 1 1 0 0 + /trunk/scripts/crosstool.sh | 5 0 5 0 ----- 2 files changed, 1 insertion(+), 5 deletions(-)
Diffstat (limited to 'scripts/build/tools')
-rw-r--r--scripts/build/tools/200-sstrip.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/tools/200-sstrip.sh b/scripts/build/tools/200-sstrip.sh
index 46271db..16a1349 100644
--- a/scripts/build/tools/200-sstrip.sh
+++ b/scripts/build/tools/200-sstrip.sh
@@ -31,6 +31,7 @@ case "${CT_SSTRIP_FROM}" in
;;
buildroot)
+ CT_HasOrAbort lynx
sstrip_url='http://buildroot.uclibc.org/cgi-bin/viewcvs.cgi/trunk/buildroot/toolchain/sstrip/sstrip.c'
do_print_filename() {
echo "sstrip.c"