summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2000-09-18 03:35:49 +0000
committergibbs <gibbs@FreeBSD.org>2000-09-18 03:35:49 +0000
commit3dc41a81fd679aa0d272ceae39c4afe5b8501055 (patch)
tree9589f5f38c2d6fc8da7ca135fe18098f90c8b85a /Makefile.inc1
parentab2373bf20612de1eea78813b69adb542661d450 (diff)
downloadFreeBSD-src-3dc41a81fd679aa0d272ceae39c4afe5b8501055.zip
FreeBSD-src-3dc41a81fd679aa0d272ceae39c4afe5b8501055.tar.gz
This is really gross.
If a user decides to forego a make depend during "make buildkernel", they should get what they deserve if no previous make depend has been run for that kernel. Instead, the build process includes special instructions to unconditionally rebuild aicasm. When aicasm moved to its own directory, this hack broke. Correct the hack until a get buy off on killing it.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b60b749..6a2d28d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -393,8 +393,8 @@ buildkernel:
config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} ${_kernel}
.endif
cd ${KRNLOBJDIR}/${_kernel}; \
- MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx \
- ${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/Makefile
+ MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx/aicasm \
+ ${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/aicasm/Makefile
.if !defined(NO_KERNELDEPEND)
cd ${KRNLOBJDIR}/${_kernel}; \
${WMAKEENV} MACHINE=${MACHINE} ${MAKE} KERNEL=${INSTKERNNAME} depend
OpenPOWER on IntegriCloud