Default NO_INSTALLEXTRAKERNELS to yes, not no
The old (^/stable/9) default was yes, not no ("no" was the new default introduced recently that broke POLA). Restore it to keep POLA like glebius intended in r299077 MFC after: 3 days X-MFC with: r299086 Pointyhat to: ngie (research before assuming and committing next time) Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
79e29f957a
commit
79ccc589d2
@ -1133,7 +1133,7 @@ buildkernel: .MAKE .PHONY
|
|||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
NO_INSTALLEXTRAKERNELS?= no
|
NO_INSTALLEXTRAKERNELS?= yes
|
||||||
|
|
||||||
#
|
#
|
||||||
# installkernel, etc.
|
# installkernel, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user