[makefile] build Jessie slave unless NOJESSIE is specified (#3546)
* [makefile] build Jessie slave unless NOJESSIE is specified * fix if condition
This commit is contained in:
parent
52e35a0f95
commit
1515e39e71
3
Makefile
3
Makefile
@ -17,4 +17,7 @@ endif
|
|||||||
|
|
||||||
clean reset init configure showtag sonic-slave-build sonic-slave-bash :
|
clean reset init configure showtag sonic-slave-build sonic-slave-bash :
|
||||||
@echo "+++ Making $@ +++"
|
@echo "+++ Making $@ +++"
|
||||||
|
ifeq ($(NOJESSIE), 0)
|
||||||
|
make -f Makefile.work $@
|
||||||
|
endif
|
||||||
BLDENV=stretch make -f Makefile.work $@
|
BLDENV=stretch make -f Makefile.work $@
|
||||||
|
Loading…
Reference in New Issue
Block a user