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...@tuxbox-git.slipkontur.de>
Date:   Wed Nov 27 11:39:18 2013 +0100

    configure: error out when CONFIG_SITE is set
    
    Signed-off-by: Thilo Graf <d...@novatux.de>

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

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Tuxbox-cvs-commits mailing list
Tuxbox-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tuxbox-cvs-commits

Reply via email to