mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)
This commit is contained in:
parent
ac4e670d34
commit
adbc5a18cb
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ noconfig_targets := menuconfig config oldconfig randconfig \
|
|||||||
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
||||||
-include $(TOPDIR).config
|
-include $(TOPDIR).config
|
||||||
endif
|
endif
|
||||||
ifneq ($(BUILDROOT_DL_DIR),)
|
ifneq ($(BUILDROOT_DL_DIR),)
|
||||||
BR2_DL_DIR:=$(BUILDROOT_DL_DIR)
|
BR2_DL_DIR:=$(BUILDROOT_DL_DIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -11,6 +11,13 @@ export LC_ALL=C
|
|||||||
# check build system 'environment'
|
# 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
|
if test -n "$CC" ; then
|
||||||
echo "CC clean: FALSE"
|
echo "CC clean: FALSE"
|
||||||
/bin/echo -e "\n\nYou must run 'unset CC' so buildroot can run with";
|
/bin/echo -e "\n\nYou must run 'unset CC' so buildroot can run with";
|
||||||
@ -19,7 +26,6 @@ if test -n "$CC" ; then
|
|||||||
fi;
|
fi;
|
||||||
echo "CC clean: Ok"
|
echo "CC clean: Ok"
|
||||||
|
|
||||||
|
|
||||||
if test -n "$CXX" ; then
|
if test -n "$CXX" ; then
|
||||||
echo "CXX clean: FALSE"
|
echo "CXX clean: FALSE"
|
||||||
/bin/echo -e "\n\nYou must run 'unset CXX' so buildroot can run with";
|
/bin/echo -e "\n\nYou must run 'unset CXX' so buildroot can run with";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user