Check for DISKTYPE

This commit is contained in:
Steve McIntyre 2013-04-22 21:01:33 +00:00
parent 00295d5501
commit 9f329b5006
1 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,9 @@ endif
ifndef CODENAME
@echo CODENAME undefined -- set up CONF.sh; false
endif
ifndef DISKTYPE
@echo DISKTYPE undefined -- set up CONF.sh; false
endif
ifndef OUT
@echo OUT undefined -- set up CONF.sh; false
endif