From d8c7139acf47727e25e7788699fd46295e02b24d Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Mon, 14 Sep 2009 00:55:42 +0200 Subject: [PATCH] Makefile.inc1: don't build aicasm aicasm is built by the kernel Makefile, so there is no need to do this from Makefile.inc1. --- Makefile.inc1 | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index d05dfc0..656dbc3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -577,9 +577,6 @@ buildkernel: bk_tools bk_build_list bk_kernwarn echo ${KERNEL_VERSION_${_kernel}} > ${KRNLOBJDIR}/${_kernel}/version .endif touch ${KRNLOBJDIR}/${_kernel}/.buildkernel_run - cd ${KRNLOBJDIR}/${_kernel}; \ - MAKESRCPATH=${KRNLSRCDIR}/dev/disk/aic7xxx/aicasm \ - ${MAKE} -DBOOTSTRAPPING -f ${KRNLSRCDIR}/dev/disk/aic7xxx/aicasm/Makefile .if !defined(NO_KERNELDEPEND) cd ${KRNLOBJDIR}/${_kernel}; \ ${KMAKEENV} ${MAKE} KERNEL=${INSTKERNNAME} depend -- 1.7.7.2