# HG changeset patch # User "Yann E. MORIN" # Date 1216329439 0 # Node ID d5fa60201dcb05323ac7f707b0705397584c6b61 # Parent 3505660ff41960909939fee469805c3a640eaee6 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(-) diff -r 3505660ff419 -r d5fa60201dcb scripts/build/tools/200-sstrip.sh --- a/scripts/build/tools/200-sstrip.sh Thu Jul 17 19:36:21 2008 +0000 +++ b/scripts/build/tools/200-sstrip.sh Thu Jul 17 21:17:19 2008 +0000 @@ -31,6 +31,7 @@ ;; 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" diff -r 3505660ff419 -r d5fa60201dcb scripts/crosstool.sh --- a/scripts/crosstool.sh Thu Jul 17 19:36:21 2008 +0000 +++ b/scripts/crosstool.sh Thu Jul 17 21:17:19 2008 +0000 @@ -53,11 +53,6 @@ CT_TestAndAbort "Don't set CXXFLAGS. It screws up the build." -n "${CXXFLAGS}" CT_Test "GREP_OPTIONS screws up the build. Resetting." -n "${GREP_OPTIONS}" GREP_OPTIONS= -CT_HasOrAbort awk -CT_HasOrAbort sed -CT_HasOrAbort bison -CT_HasOrAbort flex -CT_HasOrAbort lynx CT_DoLog INFO "Building environment variables"