summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ff9ef12..4fce5ed 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -371,10 +371,6 @@ KRNLSRCDIR= ${.CURDIR}/sys
KRNLCONFDIR= ${KRNLSRCDIR}/${MACHINE}/conf
KRNLOBJDIR= ${OBJTREE}${KRNLSRCDIR}
-.if !defined(NOCLEAN)
-CONFIGARGS+= -r
-.endif
-
BUILDKERNELS=
INSTALLKERNEL=
.for _kernel in ${KERNCONF}
@@ -408,6 +404,10 @@ buildkernel:
PATH=${TMPPATH} \
config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} ${_kernel}
.endif
+.if !defined(NOCLEAN) && defined(NO_KERNELDEPEND)
+ cd ${KRNLOBJDIR}/${_kernel}; \
+ ${KMAKEENV} MACHINE=${MACHINE} ${MAKE} KERNEL=${INSTKERNNAME} clean
+.endif
cd ${KRNLOBJDIR}/${_kernel}; \
MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx/aicasm \
${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/aicasm/Makefile
OpenPOWER on IntegriCloud