diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-15 21:09:53 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-15 21:09:53 +0100 |
commit | 84b1e44e92208c4be287dbdc1344f3df99f2fa39 (patch) | |
tree | eddb41c846292f19f29e12a14cfd788e50f51740 | |
parent | 8dba09de9d62422167164df0038d7d7cf062a252 (diff) | |
download | buildroot-novena-84b1e44e92208c4be287dbdc1344f3df99f2fa39.tar.gz buildroot-novena-84b1e44e92208c4be287dbdc1344f3df99f2fa39.zip |
dependencies: remove useless test doing nothing
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rwxr-xr-x | toolchain/dependencies/dependencies.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh index e503097b1..5c40f0ded 100755 --- a/toolchain/dependencies/dependencies.sh +++ b/toolchain/dependencies/dependencies.sh @@ -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"; |