svn commit: r354352 - stable/12
Andriy Gapon
avg at FreeBSD.org
Tue Nov 5 07:02:36 UTC 2019
Author: avg
Date: Tue Nov 5 07:02:35 2019
New Revision: 354352
URL: https://svnweb.freebsd.org/changeset/base/354352
Log:
MFC r353749: buildkernel: always add standard kernel configuration include path
Modified:
stable/12/Makefile.inc1
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/Makefile.inc1
==============================================================================
--- stable/12/Makefile.inc1 Tue Nov 5 07:00:10 2019 (r354351)
+++ stable/12/Makefile.inc1 Tue Nov 5 07:02:35 2019 (r354352)
@@ -1581,7 +1581,8 @@ buildkernel: .MAKE .PHONY
cd ${KRNLCONFDIR}; \
PATH=${TMPPATH} \
config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} \
- -I '${KERNCONFDIR}' '${KERNCONFDIR}/${_kernel}'
+ -I '${KERNCONFDIR}' -I '${KRNLCONFDIR}' \
+ '${KERNCONFDIR}/${_kernel}'
.endif
.if !defined(NO_CLEAN) && !defined(NO_KERNELCLEAN)
@echo
More information about the svn-src-all
mailing list