Skip to content

Commit

Permalink
[makefile] build Jessie slave unless NOJESSIE is specified (#3546)
Browse files Browse the repository at this point in the history
* [makefile] build Jessie slave unless NOJESSIE is specified
* fix if condition
  • Loading branch information
yxieca authored and qiluo-msft committed Oct 2, 2019
1 parent 52e35a0 commit 1515e39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ endif

clean reset init configure showtag sonic-slave-build sonic-slave-bash :
@echo "+++ Making $@ +++"
ifeq ($(NOJESSIE), 0)
make -f Makefile.work $@
endif
BLDENV=stretch make -f Makefile.work $@

0 comments on commit 1515e39

Please sign in to comment.