diff --git a/Makefile.inc1 b/Makefile.inc1 index 96cefb4fda68..c7fdc79dcc3b 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -392,10 +392,10 @@ buildkernel: @false .endif @echo - @echo "--------------------------------------------------------------" - @echo ">>> Rebuilding kernel(s)" - @echo "--------------------------------------------------------------" .for _kernel in ${BUILDKERNELS} + @echo "--------------------------------------------------------------" + @echo ">>> Kernel build for ${_kernel} started on `LC_TIME=C date`" + @echo "--------------------------------------------------------------" @echo "===> ${_kernel}" mkdir -p ${KRNLOBJDIR} .if !defined(NO_KERNELCONFIG) @@ -412,6 +412,9 @@ buildkernel: .endif cd ${KRNLOBJDIR}/${_kernel}; \ ${WMAKEENV} MACHINE=${MACHINE} ${MAKE} KERNEL=${INSTKERNNAME} all + @echo "--------------------------------------------------------------" + @echo ">>> Kernel build for ${_kernel} completed on `LC_TIME=C date`" + @echo "--------------------------------------------------------------" .endfor #