summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-04-16 21:05:06 +0000
committerjhb <jhb@FreeBSD.org>2003-04-16 21:05:06 +0000
commitda8de4ae4133f48b36f3e8daa4890fe77d3f4642 (patch)
tree951dfd7961c76e4c66fef66deadcf4c40553daa5 /Makefile.inc1
parent6dd4776ecc31cd6e3b4de90aee9c7e6a53ac805a (diff)
downloadFreeBSD-src-da8de4ae4133f48b36f3e8daa4890fe77d3f4642.zip
FreeBSD-src-da8de4ae4133f48b36f3e8daa4890fe77d3f4642.tar.gz
Rename KRNLSRCDIR to KERNSRCDIR and allow it to be overridden. The name
change was to be consistent with other overridable variables such as KERNCONFDIR and KERNCONF.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc114
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 78749d7..1af4f88 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -460,9 +460,9 @@ KERNCONF?= GENERIC
.endif
INSTKERNNAME?= kernel
-KRNLSRCDIR= ${.CURDIR}/sys
-KRNLCONFDIR= ${KRNLSRCDIR}/${TARGET}/conf
-KRNLOBJDIR= ${OBJTREE}${KRNLSRCDIR}
+KERNSRCDIR?= ${.CURDIR}/sys
+KRNLCONFDIR= ${KERNSRCDIR}/${TARGET}/conf
+KRNLOBJDIR= ${OBJTREE}${KERNSRCDIR}
KERNCONFDIR?= ${KRNLCONFDIR}
BUILDKERNELS=
@@ -510,12 +510,12 @@ buildkernel:
${KMAKEENV} ${MAKE} KERNEL=${INSTKERNNAME} ${CLEANDIR}
.endif
cd ${KRNLOBJDIR}/${_kernel}; \
- MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx/aicasm \
- ${MAKE} -DNO_CPU_CFLAGS -f ${KRNLSRCDIR}/dev/aic7xxx/aicasm/Makefile
+ MAKESRCPATH=${KERNSRCDIR}/dev/aic7xxx/aicasm \
+ ${MAKE} -DNO_CPU_CFLAGS -f ${KERNSRCDIR}/dev/aic7xxx/aicasm/Makefile
cd ${KRNLOBJDIR}/${_kernel}; \
${KMAKEENV} ${MAKE} KERNEL=${INSTKERNNAME} obj
# XXX - Gratuitously builds aicasm in the ``makeoptions NO_MODULES'' case.
-.if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists(${KRNLSRCDIR}/modules)
+.if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists(${KERNSRCDIR}/modules)
.for target in obj depend all
cd ${.CURDIR}/sys/modules/aic7xxx/aicasm; \
MAKEOBJDIRPREFIX=${KRNLOBJDIR}/${_kernel}/modules \
@@ -676,7 +676,7 @@ bootstrap-tools:
#
# build-tools: Build special purpose build tools
#
-.if defined(MODULES_WITH_WORLD) && exists(${KRNLSRCDIR}/modules)
+.if defined(MODULES_WITH_WORLD) && exists(${KERNSRCDIR}/modules)
_aicasm= sys/modules/aic7xxx/aicasm
.endif
OpenPOWER on IntegriCloud