Create ${KRNLOBJDIR} before running config(8), since config(8) does
not create required parent directories of the kernel compile directory specified with its -d option.
This commit is contained in:
parent
eded8d6b39
commit
a937799c07
@ -378,6 +378,7 @@ buildkernel:
|
|||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
.for _kernel in ${BUILDKERNELS}
|
.for _kernel in ${BUILDKERNELS}
|
||||||
@echo "===> ${_kernel}"
|
@echo "===> ${_kernel}"
|
||||||
|
mkdir -p ${KRNLOBJDIR}
|
||||||
cd ${KRNLCONFDIR}; \
|
cd ${KRNLCONFDIR}; \
|
||||||
PATH=${TMPPATH} \
|
PATH=${TMPPATH} \
|
||||||
config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} ${_kernel}
|
config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} ${_kernel}
|
||||||
|
Loading…
Reference in New Issue
Block a user