Skip to content

Commit 1515e39

Browse files
yxiecaqiluo-msft
authored andcommitted
[makefile] build Jessie slave unless NOJESSIE is specified (#3546)
* [makefile] build Jessie slave unless NOJESSIE is specified * fix if condition
1 parent 52e35a0 commit 1515e39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ endif
1717

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

0 commit comments

Comments
 (0)