Remove the check for JIGDOCMD
This commit is contained in:
parent
8a54182411
commit
6fcab0af68
7
Makefile
7
Makefile
|
@ -167,13 +167,6 @@ ifndef NONUS
|
||||||
@echo If we have FORCENONUSONCD1 set, we must also have NONUS set; false
|
@echo If we have FORCENONUSONCD1 set, we must also have NONUS set; false
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifneq "$(DOJIGDO)" "0"
|
|
||||||
ifndef JIGDOCMD
|
|
||||||
@echo JIGDOCMD undefined -- set up CONF.sh; false
|
|
||||||
endif
|
|
||||||
else
|
|
||||||
export JIGDOCMD=false
|
|
||||||
endif
|
|
||||||
|
|
||||||
## INITIALIZATION ##
|
## INITIALIZATION ##
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue