dependencies: remove useless test doing nothing
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Dec 2009 20:09:53 +0000 (21:09 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Dec 2009 20:09:53 +0000 (21:09 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/dependencies/dependencies.sh

index e503097b1f46ace1035c94236354d7feed6df30b..5c40f0dedb0c9b92c4fa1bc75beaae06452d5d9a 100755 (executable)
@@ -11,13 +11,6 @@ export LC_ALL=C
 # check build system 'environment'
 #
 #############################################################
-if test -n "$BUILDROOT_DL_DIR" ; then
-       /bin/echo -e "Overriding \$(DL_DIR) in '.config'.               Ok"
-       /bin/echo -e "External download directory:                      Ok ($BUILDROOT_DL_DIR)"
-else
-       echo "BUILDROOT_DL_DIR clean:                           Ok"
-fi
-
 if test -n "$CC" ; then
        echo "CC clean:                                         FALSE"
        /bin/echo -e "\n\nYou must run 'unset CC' so buildroot can run with";