Loading toolchain/dependencies/dependencies.sh +0 −7 Original line number Diff line number Diff line Loading @@ -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 Loading
toolchain/dependencies/dependencies.sh +0 −7 Original line number Diff line number Diff line Loading @@ -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