[Commits] : Tuxbox-GIT: cdk branch master updated. CVS-Final-16-g7868daf
Tuxbox Sources
Brought to you by:
dbt1
|
From: Thilo G. <tux...@ne...> - 2013-11-28 08:44:16
|
Project "Tuxbox-GIT: cdk":
The branch, master has been updated
via 7868daf277c2c31d31d814e15cf495372cac74e8 (commit)
from 0b96276d10ce152982c25c41d92517e47f9438a0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7868daf277c2c31d31d814e15cf495372cac74e8
Author: Stefan Seyfried <se...@tu...>
Date: Wed Nov 27 11:39:18 2013 +0100
configure: error out when CONFIG_SITE is set
Signed-off-by: Thilo Graf <db...@no...>
diff --git a/configure.ac b/configure.ac
index c1ca5db..2ae4ed3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1890,6 +1890,19 @@ AC_MSG_RESULT([
])
fi
+## just error out now instead of mysteriously failing later.
+if test -n "$CONFIG_SITE"; then
+AC_MSG_ERROR([
+***************************************************************
+* !!!ERROR!!! *
+* The environment variable CONFIG_SITE is set on your system. *
+* This will likely break your build. Please rerun with unset *
+* CONFIG_SITE. *
+* !!!ERROR!!! *
+***************************************************************
+])
+fi
+
TUXBOX_CUSTOMIZE='[[ -x $(customizationsdir)/$(notdir $@)-local.sh ] && KERNEL='$used_kernelversion' KERNELVERSION=$(KERNELVERSION) LIBC='$used_libc' BOXTYPE=$(BOXTYPE) BOXMODEL=$(BOXMODEL) $(customizationsdir)/$(notdir $@)-local.sh $(flashprefix) $(buildprefix) || true]'
AC_SUBST(TUXBOX_CUSTOMIZE)
TUXBOX_YADD_CUSTOMIZE='[[ -x $(customizationsdir)/$(notdir $@)-local.sh ] && KERNEL='$used_kernelversion' KERNELVERSION=$(KERNELVERSION) LIBC='$used_libc' BOXTYPE=$(BOXTYPE) BOXMODEL=$(BOXMODEL) $(customizationsdir)/$(notdir $@)-local.sh $(targetprefix) $(buildprefix) || true]'
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
--
Tuxbox-GIT: cdk
|