From: Simon Schubert Date: Sun, 13 Sep 2009 22:55:42 +0000 (+0200) Subject: Makefile.inc1: don't build aicasm X-Git-Tag: v2.4.0~18^2 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/d8c7139acf47727e25e7788699fd46295e02b24d Makefile.inc1: don't build aicasm aicasm is built by the kernel Makefile, so there is no need to do this from Makefile.inc1. --- 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