From adbc5a18cb21e6b5203d559ba95dfa45a7f89deb Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Mon, 20 Aug 2007 15:47:42 +0000 Subject: Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry) --- toolchain/dependencies/dependencies.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'toolchain/dependencies') diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh index d1bccd247..60b9b6596 100755 --- a/toolchain/dependencies/dependencies.sh +++ b/toolchain/dependencies/dependencies.sh @@ -11,6 +11,13 @@ 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"; @@ -19,7 +26,6 @@ if test -n "$CC" ; then fi; echo "CC clean: Ok" - if test -n "$CXX" ; then echo "CXX clean: FALSE" /bin/echo -e "\n\nYou must run 'unset CXX' so buildroot can run with"; -- cgit v1.2.3