Add FORCE_FAIL, flag to force early build failure for infrastructure debugging purposes

This commit is contained in:
cd-builder user 2012-03-13 14:34:22 +00:00
parent f0ba77f6e9
commit b986ae70f2
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ default:
# Basic checks in order to avoid problems
ok:
ifdef FORCE_FAIL
@echo Debug variable FORCE_FAIL defined -- abort now; false
endif
ifndef TDIR
@echo TDIR undefined -- set up CONF.sh; false
endif