Turns out that building modules with the kernel opt files is
uncovering some interesting problems. Be conservative and effecitvely disable this by default. Interested parties may still define KERNBUILDDIR by hand to achive the same effect. I plan on referting this change after 5.2 is released, or sooner if the issues with building releases are resolved and re@ approves. Approved by: re@ (scottl, marcel)
This commit is contained in:
parent
5bc9164667
commit
54e1080557
@ -12,7 +12,6 @@
|
||||
.if defined(DESTDIR)
|
||||
MKMODULESENV+= DESTDIR="${DESTDIR}"
|
||||
.endif
|
||||
MKMODULESENV+= KERNBUILDDIR="${.CURDIR}"
|
||||
|
||||
.MAIN: all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user