dependencies: remove useless test doing nothing
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8dba09de9d
commit
84b1e44e92
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user