mirror of
https://github.com/Telecominfraproject/oopt-sonic-build.git
synced 2025-11-01 18:48:01 +00:00
[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:
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 $@
|
||||||
|
|||||||
Reference in New Issue
Block a user