dependencies: remove useless test doing nothing

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2009-12-15 21:09:53 +01:00
parent 8dba09de9d
commit 84b1e44e92
1 changed files with 0 additions and 7 deletions

View File

@ -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";